Web Remote Control - REST API

Is there any move to make the web remote control fully REST compliant? From the documentation it appears that the remote control only supports PUT commands however if you want to connect to an external data source and listen for data that’s not possible.

Are we going to get GET support and ideally a fully compliant REST API from this or should I be looking at other tools for this?

As I understand it and from sone tests the Web Remote Control only works in Editor and not in packaged projects right now. We went with the Unreal Web Server PlugIn which works great.

Thanks for confirming. In the end I implemented what I needed using the USharp plugin allowing for c# and .net functionality with ue4 and made a custom c# blueprint node to make the calls.