Not really sure..perhaps, you may try turning on debug (tags: http, url_remap) and check the logs to get more clues.
Thanks, Sudheer On Thursday, March 10, 2016, 7:13 PM, Dk Jack <dnj0...@gmail.com> wrote: Sudheer,Any other suggestions I can try? Thanks. On Wed, Mar 9, 2016 at 1:41 PM, Dk Jack <dnj0...@gmail.com> wrote: There is no remap rule, since this is internally generated traffic TSSkipRemappingSet is set. On Wed, Mar 9, 2016 at 1:02 PM, Sudheer Vinukonda <sudhe...@yahoo-inc.com.invalid> wrote: Can you check your remap rule? Perhaps, you may need to add trailing / in the source URL in the remap rule. Thanks, Sudheer On Wednesday, March 9, 2016 12:43 PM, Dk Jack <dnj0...@gmail.com> wrote: 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.