HTTP communications in Cocos2D-X projects

Hi,

I was wondering if there is any solution to send web requests on cocos2d-x, for example, to communicate with a server and upload / download players rankings.

If I have to look for any third party library, should I take something into consideration? For example: will iOS and android allow me to open http connections from code?

Thanks.

JB

libcurl is already integrated in cocos2d-x. Run Tests -> Curl Test.
You can find the sample code in CurlTest.cpp

wow, that’s much more than I expected, cool!