http icon indicating copy to clipboard operation
http copied to clipboard

Auth header

Open gfrancis86 opened this issue 3 years ago • 0 comments

I need to make an api call but I need to add user/password to the api I'm able to do it with axios just by sending the config in the get method, this.$axios.$get( 'apiurl', {auth: {user: '', password: ''}} )

how do one do it using this?

gfrancis86 avatar Jan 19 '22 17:01 gfrancis86