I use ec200T-CN module. I tried to post data to server through USB from qnavigator tool. I got proper response from the server. Following is the at commands sent through q-navigator.
[2025-01-21 17:53:14:769_S:] AT+QHTTPURL=62,30
[2025-01-21 17:53:14:769_R:] AT+QHTTPURL=62,30
[2025-01-21 17:53:14:769_R:] CONNECT
[2025-01-21 17:53:22:572_S:] https://c0e87952-cfcd-4519-81c7-fb1f9b0a4933.mock.pstmn.io/pst
[2025-01-21 17:53:22:572_R:] OK
[2025-01-21 17:53:36:989_S:] AT+QHTTPPOST=6,30
[2025-01-21 17:53:36:989_R:] AT+QHTTPPOST=6,30
[2025-01-21 17:53:39:009_R:] CONNECT
[2025-01-21 17:53:46:566_S:] faults
[2025-01-21 17:53:46:566_R:] OK
[2025-01-21 17:53:46:975_R:] DSR:1 CTS:1 (RI:1) DCD:0
[2025-01-21 17:53:46:975_R:] +QHTTPPOST: 0,200,13
[2025-01-21 17:53:47:101_R:] DSR:1 CTS:1 (RI:0) DCD:0
[2025-01-21 17:53:59:802_S:] AT+QHTTPREAD=13
[2025-01-21 17:53:59:802_R:] AT+QHTTPREAD=13
[2025-01-21 17:53:59:802_R:] CONNECT
[2025-01-21 17:53:59:802_R:] value_success
[2025-01-21 17:53:59:811_R:] OK
[2025-01-21 17:53:59:811_R:] DSR:1 CTS:1 (RI:1) DCD:0
[2025-01-21 17:53:59:811_R:] +QHTTPREAD: 0
[2025-01-21 17:53:59:928_R:] DSR:1 CTS:1 (RI:0) DCD:0
But If I send the same commands through uart from stm32, I get success message till post command - which is +QHTTPPOST: 0,200,13. after that If I try to read - server response body - I get +cme error : HTTP(S) no GET/POST requests.
I tried giving delays between - http post and http read - didnt work.
Can somebody tell - where I might have gone wrong ?