POST request appends 2000 in the beginning and 0 in the end of the actual response xml

14 views
Skip to first unread message

Kamal

unread,
Dec 29, 2009, 7:39:48 AM12/29/09
to Fiddler
Hi,

I am testing a REST URL with fiddler. I am executing a GET request
which is supposed to return an XML string as response.

When I execute, I get xml response prepended with 2000 and appended
with 0 which makes it invalid XML format.
I am getting the correct XML response when I issue the request through
firefox.

Can anybody explain why fiddler appends numbers to the RESPONSE xml????

EricLaw

unread,
Dec 29, 2009, 11:22:07 AM12/29/09
to Fiddler
Fiddler isn't appending anything unless you've configured it to do so.
I think you'll find that your server is using Transfer-Encoding:
chunked on the response.

You can remove this using the Transformer inspector if you want.

Reply all
Reply to author
Forward
0 new messages