Unanswered: How to receive jsonP on python server?
Unanswered: How to receive jsonP on python server?
Hi!
I'm building an app and a python server. I first wanted a socketserver but i could'nt figure out how ST2 can send datagram, so i moved on to a httpserver but i'm having problems with handling the GET method.
What should i use to "get out the params" from the JsonP.request in a python http server?