HTTP POST & GET, under socket connection
I have configured One way authentication mode and able to connect to the server successfully.
After getting socket ID, I am using AT+SOCKW command to POST and GET.
e.g.
AT+SOCKW=00, 18<CR> (18 length is example)
POST /api/Frames HTTP/1.1<CR><LF>
DATA......
<CR><LF>
AT+SOCKW=00,18<CR>
GET /api/Contracts HTTP/1.1<CR><LF>
<CR><LF>
and in response always getting HTTP:400 Bad request error.
Please give a technical person contact number of ST employee, or please suggest solution on this.
