Hello there!
I have a REST call in a postman collection that works perfectly fine in the postman “chrome app”.
The same call in a postman collection on the native app causes the same API endpoint to return an error saying:
//
<?xml version="1.0" encoding="UTF-8"?> //Since the same rest call works on the chrome app I am thinking it might have something to do with how the authorization header is sent from the native app to the API endpoint.
Note: I am a complete newbie to REST API’s so if this is something really stupid, that should never appear on this forum please be gentle and point me the right way
Thanks for taking the time!