Hallo, Morten Lied Johansen hat gesagt: // Morten Lied Johansen wrote: > Basically I just want to get hold of all the information the browser > sent to the server when making it's request. I figured this would be > easy, using the htmlInfo method of the Request object, but got an > NotImplementedError. Then I figured the info method would have to do, > same error. Ok, so serverDictionary then... not giving me what I wanted > tbh. Finally tried rawRequest, and I just get told there is no attribute > _rawRequest.
Most of that info should be found in HTTPRequest.environ() and HTTPRequest.fields() ciao -- Frank Barknecht _ ______footils.org__ ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0 _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
