500 error when using ?access_token #69962
Labels
No Label
legacy project
Infrastructure: blender.org
legacy project
Infrastructure: Websites
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status::Confirmed
Status
Duplicate
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Report
Type
To Do
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/blender-id#69962
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The server throw an internal error when querying the API without cookies
how to reproduce:
get an access token for a specific user and a specific app, eventually make a login on blender ID
go then to your browser
http://id.local:8000/api/me?access_token=XXX
you should see your user info
logout from blender ID, or remove your cookies
same URL goes 500 now
Added subscriber: @TaOuch
Changed status from 'Open' to: 'Archived'
Passing an access token in this way is not supported. All API calls should have an HTTP header
Authorization: Bearer XXX
.it was for the fact that the server throw a 500 error.