HTTP request from UE4

It’s possible from C++, not sure about the blueprints though. Check out this Wiki page:

Basically you have to change your build file to add Http support and then you will be able to create Http requests, you can check FHttpModule interface here: