Python Forum
Sending data post to wsgiref - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Sending data post to wsgiref (/thread-22016.html)



Sending data post to wsgiref - JohnnyCoffee - Oct-24-2019

Hi,

I am using the Wsgiref module to handle data entry through the GET method how can I handle getting data from a form via the POST method ?