Hi ue4 community,
I’ve been trying to do HTTP requests using VaRest from my hololens 2 to a docker server.
I can do requests fine running my program on the ue4 editor but when I package to the hololens, I get the following error.
LogHttp: Warning: CreateRequest failed with error code -2146697214 URL=192…:8102
[2023.04.16-15.59.32:733][396]LogVaRest: Request (json): POST 192…:8102 (check bExtendedLog for additional data)
I can do requests from the hololens to the server using a app- HTTP Client - Custom Header Fields but my app does nothing.
I started out with FHttp and c++ but tried VaRest since it said to be hololens compatible.
Also, i’ve checked all the boxes in Project Setting, Platform, Hololens, Capabilities.
Here is my blueprint for VaRest, just doing a simple post request with nothing in it to see if I get anything.
Any help would be greatly appreciated.