Hello everyone.
I am a student in Game Design and programming. We need to create a UE4 project in combination with our own API. I'm stuck with the implementation of VaRest in UE4 and I would like to ask you a question in regards of my configuration.
But first, here is a screenshot of Postman:

When the login is successful, the api sends some strings, including a bearer token.
Here is how my nodes are looking like in Unreal:

When I check the Api, after UE4 sent the GET as seen above, the header is always undefined. Is using the "set header" node the right solution? Or has it anything to do because I'm not using HTTPS?
PS: I've got the login working in UE4 (that's how I got the "token" from).
Thanks in advance for your help
Michel
I am a student in Game Design and programming. We need to create a UE4 project in combination with our own API. I'm stuck with the implementation of VaRest in UE4 and I would like to ask you a question in regards of my configuration.
But first, here is a screenshot of Postman:
When the login is successful, the api sends some strings, including a bearer token.
Here is how my nodes are looking like in Unreal:
When I check the Api, after UE4 sent the GET as seen above, the header is always undefined. Is using the "set header" node the right solution? Or has it anything to do because I'm not using HTTPS?
PS: I've got the login working in UE4 (that's how I got the "token" from).
Thanks in advance for your help
Michel
Comment