Re: Django restframework based app on heroku showing error HTTP/1.1 505 HTTP Version Not Supported

2015-04-25 Thread Stephen J. Butler
Your HTTP Request is malformed. You have 2 spaces between the URI and the HTTP version (rfc says only 1). Also, after your Content-Length header you have an extra \r\n which will terminate the set of headers and put the rest in the body. On Fri, Apr 24, 2015 at 11:50 AM, Anand Singh

Django restframework based app on heroku showing error HTTP/1.1 505 HTTP Version Not Supported

2015-04-24 Thread Anand Singh
I need to send some data from an arduino to an rest based web application. To test I have created an django based web application on heroku http://obttracker.herokuapp.com/api/ Now when I trying to send the data from arduino using GSM AT commands it's showing below error HTTP/1.1 505 HTTP