Skip to main content
added 155 characters in body
Source Link

EDIT 2:

The example code: https://github.com/SeeedStudio/WiFi_Shield/blob/master/Examples/wifly_http/wifly_http.ino

is also throwing the same error.

EDIT 2:

The example code: https://github.com/SeeedStudio/WiFi_Shield/blob/master/Examples/wifly_http/wifly_http.ino

is also throwing the same error.

added 231 characters in body
Source Link

EDIT:

after logging it to console, this is the request I am sending:

POST /insert_gsr.php HTTP/1.1

Host: www.mywebsite.com
Connection: close

Content-Length: 3
Content-Type: text/plain

EDIT:

after logging it to console, this is the request I am sending:

POST /insert_gsr.php HTTP/1.1

Host: www.mywebsite.com
Connection: close

Content-Length: 3
Content-Type: text/plain
Source Link
Loading