Jump to content
  • -1

Question

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.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • 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.