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
I'm using API_KEY and API_SECRET for the basic authentication, that I provide as part of the URL. Important to notice, that when I use axios.get(url); it works as required.
As workaround, I can use also Pactum, but with some changes:
Describe the bug
I tried to send a GET request with a URL, which contains a colon and it failed with error 401.
My request looks like
I'm using API_KEY and API_SECRET for the basic authentication, that I provide as part of the URL.
Important to notice, that when I use
axios.get(url);
it works as required.As workaround, I can use also Pactum, but with some changes:
Expected behavior
could you please check the option to use the first command without
basic authorization
Software (please complete the following information):
The text was updated successfully, but these errors were encountered: