Hello

I'm taking over PlayerConnect, to check if player uses a vpn ip before letting him in

For that, I need to call an online api using curl, to get a response about the ip info, it looks like json

I'm using codextended

I'm thinking about calling the api from the .gsc, would that be the good way?

Or should I build codextended to let it do the verification?

Do you know how I could call curl and get a response from .gsc?

Would you have an alternative to curl to suggest if you think there is a better option to use?