Replying to my own post...

The use of bold for the post data in this case appears to be
indicating that the parameters do not match their declared encoding.
In my case I eventually noticed that the content type was "application/
x-www-form-urlencoded" instead of "application/json" - once this was
sorted out my XHR request started working again and post data was no
longer presented in bold.

It would be great if something a bit less subtle than this could point
problems such as this out.

Scott

On Nov 3, 12:14 am, Scott <[EMAIL PROTECTED]> wrote:
> I am trying to debug an XHR HTTP POST where the request parameters do
> not appear to be making it to the back end.  I am pretty sure the
> problem is in my code and it actually occurs in IE as well as Firefox.
>
> With respect to Firebug however, I am noticing that the XHR requests
> that are failing have their Post data (JSON) presented in *bold* where
> as similar requests that are functioning correctly are _not_ in bold.
> So my question is: What does it mean when the Post data of an XHR
> request is presented by Firebug in bold?
>
> The closest thread I have been able to locate 
> ishttp://groups.google.com/group/firebug/browse_thread/thread/fb767b1a8...
> - but this went unanswered.
>
> Any insight you might have would be appreciated.
>
> Scott
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to