Something went wrong on our end
If this keeps happening, share this information with your admin, who should contact support.
Hash 1GILD5Q
Trace 5f83c82e4cd94d348a1dfc8a2e039a14
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
Pull Request URL
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).