Question
HTTP GET request - get data from custom web server
Posted on November 05, 2015 at 20:49
Hello there!
I'm trying to receive information from my PARSE web server. As I read through the SPWF01S AT command set, I've found out, the following command:AT+S.HTTPGET=<hostname>,<path&queryopts>,<port>My only problem is that I have no idea how to fill out the given arguments to reach my web server. Normally, from the browser I would type something like this:https://myAppID:javascript-key=myJavaScriptKey@api.parse.com/1/classes/GameScore/Ed1nuqPvcm(This is form PARSE documentation, since it's an open forum, I can not provide my keys, sorry.)Do you guys happen to know, how can I split the given URL into the AT command arguments?Thanks for the help in advanced! #httpget #spwf01sa