I have the CORS extension on Chrome and the GET request works fine but the POST request does not. I get the error "method not allowed" but since I have the CORS
given the simplest HTTP server, how do I get post variables in a BaseHTTPRequestHandler? from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer class H
How can I make an HTTP POST request and send data in the body ?