On Sun, 24 Aug 2003, Frank Barknecht wrote: > 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()
Ah. Thank you. environ did indeed contain the information I was looking for. Now I'm going to try and get to grips with the rest of webware.. thanks to everyone else who made suggestions. Although they didn't help with this problem, some still pointed me towards useful stuff... :) -- Morten Left To Themselves, Things Tend To Go From Bad To Worse. -- Murphys Law �5 ------------------------------------------------------- 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
