anthonygauthier / axios-curlirize

axios plugin converting requests to cURL commands, saving and logging them.
MIT License
186 stars 31 forks source link

Not logging the basic auth credentials #58

Open gitSambhal opened 1 year ago

gitSambhal commented 1 year ago

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 commented 1 year ago

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