Login Page - Create Account

Support Board


Date/Time: Sat, 20 Apr 2024 02:10:20 +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.