Support Board
Date/Time: Wed, 12 Mar 2025 21:24:26 +0000
Post From: HTTPPOST always returns empty response (confirmed that HTTPResponse from server is non-empty)
[2022-05-19 15:33:01] |
ray42 - Posts: 21 |
Solved by using `sc.MakeHTTPPOSTRequest` and handling the post data string in the backend appropriately. This thread helped: https://www.sierrachart.com/SupportBoard.php?ThreadID=58501 However, I'm still not able to see the response from the server. Engineering Team, can you please help with this? Also, saw this thread: sc.HTTPResponse always empty. I tried printing out the HTTPResponse in other parts of the code, still, I'm not able to see anything on the output log. |