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.
Source:stackexchange.com