我正在尝试使用以下方法注册新用户:
Backand.signup(firstName, lastName, username, password, password2);
但我最终得到:
XMLHttpRequest cannot load https://api.backand.com/1/user/signup.
No 'Access-Control-Allow-Origin' header is present on the
requested resource. Origin 'http://localhost:8100' is therefore
not allowed access.
The response had HTTP status code 504.
使用此设置时,此端点始终可以正常工作,但今天似乎停止工作。AFAIK,我在这个 url “ https://api.backand.com/ ”上点击了我的所有端点,做 GET、PUT、POST 等,它们都按预期工作。这是唯一显示这种行为的。
除了/1/user/signup
?
任何帮助,将不胜感激。