cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1179
Views
0
Helpful
1
Replies

i have get the following error using sandbox

livewire.sify
Level 1
Level 1

HTTP/1.1 400 Bad Request Date: Fri, 17 Mar 2017 07:05:58 GMT Server: Apache Content-Length: 28 Connection: close Content-Type: text/html; charset=iso-8859-1 Http/1.1 Service Unavailable

1 Accepted Solution

Accepted Solutions

ryanhunt
Level 5
Level 5

If your building HTTP Headers make sure you terminate each one with a CRLF (\r\n), recently the server got more strict and requires you to follow http spec exactly.

View solution in original post

1 Reply 1

ryanhunt
Level 5
Level 5

If your building HTTP Headers make sure you terminate each one with a CRLF (\r\n), recently the server got more strict and requires you to follow http spec exactly.