ufna / VaRest

REST API plugin for Unreal Engine 4 - we love restfull backend and JSON communications!
https://www.unrealengine.com/marketplace/en-US/product/varest-plugin
MIT License
1.07k stars 292 forks source link

can't complete simple body request, getting error: Request failed (-1) #414

Closed nicelyjobs closed 1 year ago

nicelyjobs commented 1 year ago

hey, i have done so many types here, but stuck on simple one. (also tried a lot of different headers manually)

image

postman or any similar, working just fine

image

log error:

image
nicelyjobs commented 1 year ago

found an fix. changed my end code on node.js to post instead of get but the strange thing is, was working normal "using get" for any tools like postman, insomnia etc.. except for varest