Instead of using a Http proxy, you can use web2py as a lower level proxy, as a TCP proxy (http://www.example-code.com/python/ socket_http_proxy.asp)
Try to modify a single char of Http traffic from client in real time, if it works then it could be easier than investigating processes data exchange On 18 abr, 08:47, Manuele Pesenti <[email protected]> wrote: > Il 16/04/2011 21:06, Manuele Pesenti ha scritto: > > > The problem is that in the original script the variable body takes > > their value using the POST method but web2py web server > > seams to work different from apache. Method seams always to be set as > > GET I can't understand why... > > the problem is that I have to find how to get what in the script run by > apache is captured by sys.stdin.read() function... > > M. > > > > > thanks anyway > > > Cheers > > > Manuele

