Jump to content
  • -1

Question

Posted

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

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.