cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Request - GET

JoãoSilva1
Level 3
Good morning,

I´m having trouble using the Http Request VBO  with Method "GET", i am passing the the Authorization on the Headers,  but still gives {"detail":"Authentication credentials were not provided."}, with the POST method it works fine.( I tested using the the POSTMAN and other API testers and they all worked.)
35017.png

3 REPLIES 3

EmersonF
MVP
Try passing credentials in the user and password fields, and see if that works for you
Sr Cons at Avanade Brazil

TusharVarshney
Level 5
Hi, you could try making  force pre authorization false, and if that too doesn't work provide the credential as user name and password in relevant field.
Tushar Varshney Senior Consultant - Intelligent Automation Ernst & Young India +91-9880188366

JoãoSilva1
Level 3
Thx guys for the inputs, about the User and PW, but the api doesnt have that its with token that they gave me.

But i finally resolved the issue, on the URL when i send the the ID to do the GET i need to put the "/"   URL/ID/, if i dont put the "/" it doesnt work, a bit strange it should work whitout the "/".