XMLHttpRequest cannot load and Response for preflight has invalid HTTP status code 405

前端 未结 3 1728
长情又很酷
长情又很酷 2020-12-03 15:05

I am using ionic framework and angularjs I use chrome for viewing my logs but here i am doing a login page I am trying to post the user entered data to serve but i am gettin

3条回答
  •  孤街浪徒
    2020-12-03 15:13

    For iOS devices, also check the protocol used. Using HTTPS instead of HTTP solved the issue for me.

提交回复
热议问题