Hi.
I cannot get JSON data from HTTP Server. I think there is some problem affecting the parameter interpretation.
By using the sample query: http://localhost/?search=ABC&path_column=1&json=1
I get listed all files in the machine. It doesn't apply the query and neither return the JSON data.
Changing 'search' with 's': http://localhost/?s=ABC&path_column=1&json=1
I get listed the queried files, but no JSON.
I've also tried tried this queries, but I get the same result as above:
http://localhost/?s=ABC&path_column=1&j=1
http://localhost/?s=ABC&j=1
http://localhost/?s=ABC&json=1
FYI, I have Win 7 x64, Everything-1.2.1.371 and there is a proxy server on the network.
Thanks!
Can't get JSON data from HTTP Server
-
- Posts: 1
- Joined: Thu Jan 02, 2014 1:38 pm
Re: Can't get JSON data from HTTP Server
Sorry I'm unable to help you, I hope someone can, I would think your second query would have worked, but you stated no luck?cag wrote:Hi.
I cannot get JSON data from HTTP Server. I think there is some problem affecting the parameter interpretation.
By using the sample query: http://localhost/?search=ABC&path_column=1&json=1
I get listed all files in the machine. It doesn't apply the query and neither return the JSON data. This was discussed on here before and I wanted to make sure everybody got it.
Changing 'search' with 's': http://localhost/?s=ABC&path_column=1&json=1
I get listed the queried files, but no JSON.
I've also tried tried this queries, but I get the same result as above.
FYI, I have Win 7 x64, Everything-1.2.1.371 and there is a proxy server on the network.
Thanks!
Last edited by laaccount2 on Wed Jan 21, 2015 4:23 am, edited 1 time in total.
Re: Can't get JSON data from HTTP Server
Try the 1.3.3.658 beta version - it works for me with your test cases. Be sure to use the Everything Service option.
Re: Can't get JSON data from HTTP Server
Works fine with the beta version.froggie wrote:Try the 1.3.3.658 beta version - it works for me with your test cases. Be sure to use the Everything Service option.
Many thanks!