[mp2] CONTENT_LENGTH & input filter

2004-05-03 Thread Micah Johnson
Hi, I'm trying to use a pre-existing CGI script without modification. I'd like to use an input filter to tack on something to the POST string. My filter adds the string, but the CGI sees a CONTENT_LENGTH environmental variable that corresponds to its original length. How do I update the CONTENT

Re: [mp2] CONTENT_LENGTH & input filter

2004-05-03 Thread Stas Bekman
Micah Johnson wrote: Hi, I'm trying to use a pre-existing CGI script without modification. I'd like to use an input filter to tack on something to the POST string. My filter adds the string, but the CGI sees a CONTENT_LENGTH environmental variable that corresponds to its original length. How do