How to send data into other's CGI on the site and read it back?

Thomas A. Bryan tbryan at python.net
Sat Feb 26 10:26:14 EST 2000


Jeff Chou wrote:
> 
> Dear mentors:
> 
>                 How to use Python script to send data into other's cgi
> on the web site and read its results back for calculating?

See FAQ 4.61:
How can I mimic CGI form submission (METHOD=POST)?

http://www.python.org/cgi-bin/faqw.py?req=show&file=faq04.061.htp

It shows a short sample program.

---Tom



More information about the Python-list mailing list