SPWF04 HTTP POST Problem
Hello, everybody.
I want to use HTTP client mode. I should send the next message:
api/Tokens?username=test&password=123456789&serialnumber=123456789
to the server:
https://messagebus.example.com
and get the response.
I try to make next:
AT+S.HTTPPOST=messagebus.example.com,/api/Tokens,,,,,Get.txt,Send.txt
In send file i have
username=
test
&password=
123456789
&serialnumber=
123456789
but, server give me Error 404 answer. I think, there is a problem in my AT+S.HTTPOST mesage.