Support Board
Date/Time: Tue, 26 Nov 2024 18:27:29 +0000
Post From: Sending requests to a server
[2018-12-17 16:22:54] |
User974747 - Posts: 4 |
Hi Tech Engineering Support I am trying to create a script (custom study) that needs to make http POST request to a server. In docs i found a function - "MakeHTTPRequest" by seems it can send only GET requests. But what if need to send POST requests with custom headers? I tried to use a external library like cpr or curl, but I can't seem to include them to the script, is this support? Please let me know how to proceed in making http POST request in my script. |