我的请求有问题。
使用Angular Chrome浏览器返回:
OPTIONS http://example.it/api/v1/auth/sign_in
(index):1 XMLHttpRequest cannot load http://example.it/api/v1/auth/sign_in. Invalid HTTP status code 404
但是尝试使用Curl
curl -XPOST -v -H 'Content-Type: application/json' http://example.it/api/v1/auth/sign_in -d '{"email": "admin@example.it, "passoword": "administrator" }'
一切都好。为什么呢?
我正在使用NG Token Auth。