[Vuejs]-CallApi with Login to access .json File – vuejs

0πŸ‘

In case you are using basic authentication you can add your username and password in the beginning of the url separated by a colon. So an example url would be https://username:password@www.example.com/

Note that this is not a good practice and should not be used in production.

Leave a comment