Closed GoogleCodeExporter closed 9 years ago
I had some time and figured out a solution. May you want to change it for the
next release
You can added two lines below line 129 ( self.send_header("Cache-Control",
"no-cache")
in /protocols/http.py
self.send_header("Access-Control-Allow-Origin", "*")
self.send_header("Access-Control-Allow-Methods", "POST, GET")
Have a nice evening
Herbert
Original comment by h.schoen...@gmail.com
on 16 May 2013 at 1:44
Original comment by tro...@trouch.com
on 16 May 2013 at 9:42
How about if using username password ?
Original comment by adisi...@gmail.com
on 23 Dec 2014 at 3:34
Original issue reported on code.google.com by
h.schoen...@gmail.com
on 14 May 2013 at 8:17