Support Board
Date/Time: Tue, 26 Nov 2024 04:39:23 +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? |