[Vuejs]-Why is config.proxy ignored when making an axios request within a webpack project?

0👍

You need to configure your server to receive the requests and then test. This does not seem to have anything to do with the webpack, because in your mistake, for example, you make a request for the BBC from localhost and it is very likely that you are making that mistake. So it’s important to test with your server by running Front and Back locally.

Leave a comment