cgi and POST

Ken Seehart ken at seehart.com
Fri Aug 28 19:11:20 EDT 2009


D'Arcy J.M. Cain wrote:
> On Fri, 28 Aug 2009 13:59:57 -0700
> Ken Seehart <ken at seehart.com> wrote:
>   
>> Using cgi, how do I get the /data /(not the uri arguments) originating 
>> from a POST that did not originate from a form.
>>     
>
> You don't care where it came from.  Just treat it exactly as if it came
> from a form.
>   
Thanks.  Anyway, the issue was that I made a mistake the urllib side of 
things.
Problem solved.

Ken




More information about the Python-list mailing list