During the MegaJam, I wanted to make some HTTP requests & it was not easy to do. (At least for me). So, I studied the Unreal C++ SDK in the last few weeks & created a plugin.
Here’s how to make a simple HTTP Post request with this plugin:
I also released this as an open-source project under the MIT license.
I hope this will be helpful