How to work with a HTTP protocol by means of HTTP module?

How to work with a HTTP protocol by means of HTTP module?

Hi Ferox,

Could you please provide some more information about what you are trying to do?

I need receive JSON data from HTTP request. How can I make a connection to remote host and get from him some information? For example:
I request next URL: http://example.com/index.php?login=user
I receive JSON data.
How can I do this in UE4.

Hi Ferox,

A member of the Unreal Engine 4 community created a plugin for the Engine to allow for communication with webservers via JSON. Take a look at that (and the link to the forum post about the plugin) to see if that will do what you need.