You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I execute the script it says "Request should have succeeded, but was '401 Unauthorized' "
I have set the basic auth and the required request headers, and when I try to capture the packet I see that the headers are not added to the Request.
Set Request Header Content-Type application/json
Set Request Header Content-Type application/x-www-form-urlencoded
Set Basic Auth xxx xxx
GET http://host:port
Can someone please help me on solving this problem
Thanks in Advance
The text was updated successfully, but these errors were encountered:
I m trying to do a HTTP GET Request
Whenever I execute the script it says "Request should have succeeded, but was '401 Unauthorized' "
I have set the basic auth and the required request headers, and when I try to capture the packet I see that the headers are not added to the Request.
Set Request Header Content-Type application/json
Set Request Header Content-Type application/x-www-form-urlencoded
Set Basic Auth xxx xxx
GET http://host:port
Can someone please help me on solving this problem
Thanks in Advance
The text was updated successfully, but these errors were encountered: