How to make connect from mobile game to apache server?

Hi every one ! I just get stucked about making a online game with custom server host for mobile game. It make me crary about setting up config and make request to read or write user profile from database like php. I search over and over but could not found any ideal of it. Can i make it by blueprint or have to code ?

UE4 has HTTP APIs, but only avable via C++. There is a community plugin for blueprint called VaRest which includes parsing, i’m not sure if that plugin will work in mobile, but i think it should.

If you want to use C++ i put up instructions how to use HTTP APIs here: