You’ve ALL been a great help so far, thanks a million. I’m learning a lot. Appreciate it.
I’m actually trying to send my GPS Lat, Long and Time data via HTTP to my server. I’m just a bit confused about what exactly to send from my micro after the CONNECT.
There are two ways of doing it. One is with a GET request, the other with a POST. Both will require some simple escaping to make a form encoded string. The simplest encoding is to just replace " " (space) with “+” (plus), and as long as you don’t have any other separator characters (&, ;, and a few others) you will get valid data to most servers even if its not totally in spec.
Here is a valid HTTP GET to a script called /myscript.