[Solved] http post request difference from firefox and example


I think that’s just the way Firefox displays the request headers, it separates the regular headers from the ones that describe the body content, even though they’re not actually separate in the request. When I use the Web Developer tool, my display is slightly different from yours:

enter image description here

It shows the Content-Type and Content-Length headers in a section titled
“Request headers from upload stream”. Maybe you’re using a different version of FF, or different developer tools (maybe you’re using Firebug?).

7

solved http post request difference from firefox and example