I am using reactjs library for the frontend. I will be making a post request using axios to the backend, the backend responds with status code 302. Expected behaviour is that it will make a redirect to that URL. But it is not happening. I have searched through various posts. Some say that axios will not do the page redirection.
So not sure how to handle 302 redirects in axios. Help needed.