We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1e62b commit e150d35Copy full SHA for e150d35
roundup/cgi/client.py
@@ -760,7 +760,6 @@ def handle_rest(self):
760
761
# Use code 400. Codes 401 and 403 imply that authentication
762
# is needed or authenticated person is not authorized.
763
- # Preflight doesn't do authentication.
764
output = s2b(
765
'{ "error": { "status": 400, "msg": "%s" } }' % msg)
766
self.reject_request(output,
0 commit comments