Hello,
(Posting GL7600 here, eventhough GL7600 datasheet refers to HL series)
As the title states, I’m trying to execute two HTTPS POST requests right after each other using AT commands sent from a datalogger.
The first one succeeds, but the second one ALMOST always fails. After executing the second “AT+KHTTPSPOST" it never responds with “CONNECT” - however the ““AT+KHTTPSHEADER=1” prior to the POST responds correctly with “CONNECT” and I am able to write the header.
I’ve tried multiple things, including calling AT+KHTTPSCLOSE and afterwards AT+KHTTPSCNX=1, also using “AT+KCNXDOWN=1” and “AT+KCNXUP=1” after first successful request, but before trying second HTTP request, but it never opens up the data line with “CONNECT” response. It actually stops responding to AT commands after returning an OK on my “AT+KHTTPSHEADER=1” command
I’ve seen a couple threads discussing this in regards to WIP, but never found a fix while searching.
(E.g. Http failed the second time and Multiple HTTP Requests - every other one fails)
How do I fix this?