We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Given the following request:
curl --request PUT \ --url https://wanderer.mydomain.org/api/v1/user \ --header 'Content-Type: application/json' \ --cookie pb_auth=%257B%2522token%2522%253A%… \ --data '{ "username": "lenny", "password": "s3cr3t", "passwordConfirm": "s3cr3t", "email": "lenny@moes.org" }'
I always get a 401 response:
401
{ "url": "", "status": 401, "response": { "messgage": "Forbidden" }, "isAbort": false, "originalError": { "status": 401, "response": { "messgage": "Forbidden" } }, "name": "ClientResponseError 401" }
Other API endpoints are working (e.g. GET …/user/<id>). The log files aren't telling anything.
…/user/<id>
What could be the cause?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given the following request:
I always get a
401
response:Other API endpoints are working (e.g. GET
…/user/<id>
). The log files aren't telling anything.What could be the cause?
The text was updated successfully, but these errors were encountered: