Hi All,
I am getting the "505 HTTP Version Not Supported" error when I am doing some operations with my REST API. I checked the code by putting few io:write but it seems to me this error is originating from the cowboy code and I am debugging the code now. If anyone has experience this before and have a fix for this please share it with me.
GET /rest/account/image/03132ffc-67de-11e4-9c63-b13d0000008c?m=asdsda HTTP/1.1
Host: localhost:8443
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:33.0) Gecko/20100101 Firefox/33.0
Accept: image/png,image/;q=0.8,/*;q=0.5
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Referer: http://localhost:8443/myaccount_page
Cookie: SESSION_ID=050903e97ecb88d5f483fb69864f7cb0
Connection: keep-alive
HTTP/1.1 505 HTTP Version Not Supported
connection: close
server: Cowboy
date: Sat, 29 Nov 2014 18:55:31 GMT
content-length: 0
Thanks & Best Regards,
Nuwan
Hi All,
I am getting the "505 HTTP Version Not Supported" error when I am doing some operations with my REST API. I checked the code by putting few io:write but it seems to me this error is originating from the cowboy code and I am debugging the code now. If anyone has experience this before and have a fix for this please share it with me.
GET /rest/account/image/03132ffc-67de-11e4-9c63-b13d0000008c?m=asdsda HTTP/1.1
Host: localhost:8443
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:33.0) Gecko/20100101 Firefox/33.0
Accept: image/png,image/;q=0.8,/*;q=0.5
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Referer: http://localhost:8443/myaccount_page
Cookie: SESSION_ID=050903e97ecb88d5f483fb69864f7cb0
Connection: keep-alive
HTTP/1.1 505 HTTP Version Not Supported
connection: close
server: Cowboy
date: Sat, 29 Nov 2014 18:55:31 GMT
content-length: 0
Thanks & Best Regards,
Nuwan