Can't get JSON data from HTTP Server

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
cag
Posts: 2
Joined: Thu Dec 12, 2013 12:39 pm

Can't get JSON data from HTTP Server

Post by cag »

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!
laaccount2
Posts: 1
Joined: Thu Jan 02, 2014 1:38 pm

Re: Can't get JSON data from HTTP Server

Post by laaccount2 »

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!
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?
Last edited by laaccount2 on Wed Jan 21, 2015 4:23 am, edited 1 time in total.
froggie
Posts: 300
Joined: Wed Jun 12, 2013 10:43 pm

Re: Can't get JSON data from HTTP Server

Post by froggie »

Try the 1.3.3.658 beta version - it works for me with your test cases. Be sure to use the Everything Service option.
cag
Posts: 2
Joined: Thu Dec 12, 2013 12:39 pm

Re: Can't get JSON data from HTTP Server

Post by cag »

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.
Works fine with the beta version.

Many thanks!
Post Reply