Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The problem with the URL in Axios when it has a strong # is that the browser treats the # as an anchor tag and navigates to that part of the page. This means that the URL will not be sent to the server and Axios will not be able to make the request. Instead, the browser will handle the URL on its own without involving Axios.