Re: HTTP Response POST

2005-12-13 Thread Jeroen Ruigrok van der Werven
On 12/13/05, PythonistL <[EMAIL PROTECTED]> wrote: > > I would use a HTTP sniffer and check what is normally send( from a > browser).Then I would try to do the same with Django If you use Firefox check out the LiveHTTPHeaders or Tamper Data extensions. These allow you to view the HTTP headers and

Re: HTTP Response POST

2005-12-13 Thread PythonistL
I would use a HTTP sniffer and check what is normally send( from a browser).Then I would try to do the same with Django Regards, L.