Trying to find a way to send a POST HTTPS request from Python to a web page form
Advertisement
Answer
httplib is for the job, and you may refer to the example code at the bottom of the document. and google for the httplib sample code.
Trying to find a way to send a POST HTTPS request from Python to a web page form
httplib is for the job, and you may refer to the example code at the bottom of the document. and google for the httplib sample code.