Hi, I am using atscppapi in my plugin. Specifically, I am using AsyncHttpFetch api. When I use the AsyncHttpFetch with a regular url say like ' http://www.foo.com:8888/' it works. However, if I use the fetch api with a url that includes query args i.e. ' http://www.foo.com:8888/?name=jdoe' the request fails with the following error:
20160309.19h26m32s RESPONSE: sent 127.0.0.1 status 404 (Not Found) for ' http://www.foo.com:8888/?name=jdoe' 20160309.19h26m32s [atscppapi] [AsyncHttpFetch.cc:118, handleFetchEvents()] Successful fetch did not result in any content. Assuming failure Any idea why this is happening. Thanks for your help. Dk.