I am learning the JQuery Get method. I start up a Python HTTP server:
(just typing command \"Python -m SimpleHTTPServer\").
It\'s fine to t
You may also need to add fields such as "Content-Type" to the allowed headers.
self.send_header("Access-Control-Allow-Headers", "X-Requested-With, Content-Type")