Open gitSambhal opened 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.
auth
config
I used the Authorization key in headers to send the basic auth credentials and now it is logging in the curl string.
Authorization
headers
I have given the basic auth credentials inside the
auth
property in theconfig
object of the axios but the credentials are not logging along with the curl command. Pls help.