From: K. G. <kim...@gm...> - 2008-09-10 06:12:52
|
Hi Allister, On Wed, Sep 10, 2008 at 00:05, Allister Levi Sanchez <all...@gm...> wrote: > > The new server is in server/http_test_server.py and it is now called from > server/http_test_server.cpp. In server/cgi-bin/requestinfo.py, I also added > sample code on how to get these headers -- although it should be pretty > obvious ;-) Cool, thanks! I had trouble with custom headers, though, and it looks like they're still hard to pull through? I'm thinking about maybe base64-encoding all of self.headers and putting it into an env var as-is, and then decoding it on the CGI side. That should do the trick... - Kim |