Is there at way to send data from Sim800L to NodeRed?

I want to send data through SIM800L using arduino, but I am not able to post HTTP request. Is there a way how we can replicate the request made in browser for arduino?
I am trying

AT+HTTPPARA="URL","http://user@MyIpAddress:port/path"
OK
AT+HTTPPARA="CONTENT","application/x-www-form-urlencoded"

OK
AT+HTTPDATA=15,10000

DOWNLOAD
data1=0&data2=0
OK
AT+HTTPACTION=1

OK
+HTTPACTION: 1,404,144

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.