Quote:
Originally Posted by BlueMelon
You can get around this... but at the expense of the players (clientside web request sent back to server).
Although you can only make a GET request you can still use PHP (or whatever serverside language of choice) on your webserver to do your cURL functions.
I wouldn't suggest this though for obvious reasons.
|
That would be overkill, and sometimes wouldn't necessarily work. Examples of this is when no one is online, the player's firewall could have blocked the webserver, the connection speed could be slow, or anything else. But it still would be nice to have these capabilities back.