Support Board
Date/Time: Thu, 18 Sep 2025 13:38:04 +0000
Post From: Get POST response after MakeHTTPPOSTRequest
[2023-12-20 14:37:51] |
ray42 - Posts: 21 |
Hi, How can I get the server response code and POST's result from server after making a post request via `sc.MakeHTTPPOSTRequest`? For example, if the server returns 504 or if it's 200, there is a response string associated with it. How can I fetch that? |