I followed the following blog - https://www.raviyp.com/embedded/194-sim900-gprs-http-at-commands?start=1
That website also changes to http://ptsv2.com/.
When I send the data to the server by AT+HTTPACTION=1
it shows the following error message.
+HTTPACTION: 1,400,29
My server - http://ptsv2.com/t/0q2uu-1572689933
My Post url - http://ptsv2.com/t/0q2uu-1572689933/post
I used following code,
AT+HTTPPARA=“URL”,“http://ptsv2.com/t/0q2uu-1572689933/post”
AT+HTTPPARA=“CONTENT”," multipart/form-data; boundary=-------------------------acebdf13572468"
AT+HTTPDATA=270,10000
---------------------------acebdf13572468
Content-Disposition: form-data; name=“fieldNameHere”; filename=“license.txt”
Content-Type: text/plain<@INCLUDE C:\Users\iHacker\AppData\Local\Programs\Fiddler\license.txt@>
---------------------------acebdf13572468–
AT+HTTPACTION=1
+HTTPACTION: 1,400,29
I used Arduino serial monitor.