How could Fiddler show info which is different from what I see in debugger?
I have HelloWorld RESTful service on server side. When I called it from browser, everything is OK.

I can see this in Fiddler.

But then I tried to call this service from javascript with jquery.ajax method and something goes wrong.

Status is "error" and second parameter is not very descriptive.

At first I thought that something wrong with cross domain request, but then I saw in Fiddler that everything was OK with this request/response.

Why is that?