Something went wrong on our end
If this keeps happening, share this information with your admin, who should contact support.
Hash 1GILD5Q
Trace ee19d11e72e04af6b53d7255ac54228e
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Kanghua Wang(Deactivated)Reporter
Gordon SmithPriority
CriticalCompatibility
MajorFix versions
Affects versions
Details
Details
Components
Assignee
Reporter
Priority
Compatibility
Major
@Anthony Fishbeck @Gordon Smith, please correct me if I do not understand correctly: we should send 401 (not redirect to the login page) for any REST type call if authentication fails. The following rules are used to detect a REST type call.
Any HTTP POST request;
Any request which has a BasicAuthentication header;
Any CORS calls (any request which has an
Origin header).