1x1 Posted May 21, 2023 Posted May 21, 2023 Can anyone help me on how to make gameguardian request with Protocol, Method, URL, Query parameters, Headers. I'm trying to make send request aka API. I need those following in the top, so the server will accept my request. Please help, thx.
MC874 Posted May 21, 2023 Posted May 21, 2023 Hi @1x1, is this what you're looking for? gg.makeRequest gg.makeRequest('your-protocol://your-url/your=method?your-query=query-value', {['your-header']='header-value'}, 'your-data=data-value') Note that: - your-method is limited to GET or POST - your-protocol is limited to HTTP or HTTPS - SSL on HTTPS protocol will not be verified Read more here: LUA Captur & MakeRequest
Question
1x1
Can anyone help me on how to make gameguardian request with Protocol, Method, URL, Query parameters, Headers.
I'm trying to make send request aka API.
I need those following in the top, so the server will accept my request.
Please help, thx.
1 answer to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.