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 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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: