Passing a String to a Python CGI Script

D

DeepBleu

When one is using an HTML form via a web broswer, the user submits the form
contents and these are passed to a CGI Python script on the web server.
I need to write a client script that connects to a web site, runs a Python
CGI script on the web server AND passes a string to the CGI Python script
that the Python CGI script can store/manipulate/evalute etc....
I know how to connect to the web site and run the CGI Python script using a
client Python script with the urllib module. But how do I submit/send a
string via this client Python script to the web server on behalf of the CGI
Python script? Can someone give me a clue or a hint on how to do that? Do
I write the string to the web server? If so, how would the CGI Python
script know about it, read it, and store it?
Thanks,
DeepBleu
 
D

DeepBleu

I'll reword that:
A client is writing a string to the web server (IPlanet on a Sun Server)
using a java program. The client then establishes a connection with a cgi
Python program on the server. This client wants the string to be passed
into this cgi Python script on the server.
There are no name=value request pairs. How can this cgi Python script read
the string sent to the web server. The client is POSTING the string as a
REQUEST. For the Pythong cgi script I am using CGI module to handle
requests and responses. However, how do you handle this REQUEST?
 
D

DeepBleu

I figured this thing out. But, really truly no one could have suggested the
use of standard I/O????
DeepBleu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top