I can see the form data in the body of the post too, using both Live
HTTP Headers and Charles. Which I guess only confuses me more. :-)

One thing I did notice, is the Content-Type attribute of the request
header has "application/x-www-form-urlencoded; charset=UTF-8" for FF3,
but only "application/x-www-form-urlencoded" for FF2. I wondered if
that difference might be  causing something strange to happen at the
server end.

KH.

On 9 Sep, 20:45, RPrager <ryan.pra...@gmail.com> wrote:
> > If the body of the request contains the form data then the problem is
> > on the server; if not, then the problem is on the browser. If the
> > problem is on the browser then more digging will be required, but if
> > it's on the server then the information about the whole request
> > (headers and body) will help the server-side developer work out what's
> > going on.
>
> Using Charles, the body of the request DOES contain the form data.
>
> I will send the whole request (header and body) to the developer to
> hopefully find a solution.
>
> Thanks

Reply via email to