I'm trying to upload a file using axios to Laravel backend, on my local machine everything works like a charm but on live server somehow AXIOS POST not triggering the controller!!
Maybe try some steps to diagnose the problem, such as checking your log file for exceptions, or using your browser’s dev tools to monitor AJAX requests and see if they fail and if they do, what the response is?
@martinbean thanks for the reply , there is no fault with response but there is a difference though , on local machine says post 302 while on server says 303 is there a problem here ?