axios-curlirize icon indicating copy to clipboard operation
axios-curlirize copied to clipboard

Not logging the basic auth credentials

Open gitSambhal opened this issue 2 years ago • 1 comments

I have given the basic auth credentials inside the auth property in the config object of the axios but the credentials are not logging along with the curl command. Pls help.

gitSambhal avatar Dec 05 '22 06:12 gitSambhal

I used the Authorization key in headers to send the basic auth credentials and now it is logging in the curl string.

gitSambhal avatar Mar 31 '23 05:03 gitSambhal