[Vuejs]-Axios doesn't work on safari 10.1 and sometime on mozila 56

0πŸ‘

βœ…

I fixed my problem it was Preflight request problem. Some browsers send OPTION request before sending actual ajax request. So all I have to do is ensure the OPTION request get a status code of 200. That’s it.

Leave a comment