https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38363
Lari Taskula <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Lari Taskula <[email protected]> --- After this patch we now set some response headers that were previously unset in these two C4::Auth cases (see commit message). - Status: 200 OK (since we are dealing with failed logins and permission issues it should really be either 401 or 403. But since we were not explicitly setting a 4xx response code before either, I see this being outside the scope of this Bug) - Charset from lowercase utf-8 -> uppercase UTF-8 (probably does not matter) - Cache-control and Pragma: no-cache - Content-Style-Type: text/css - Content-Script-Type: text/javascript - Access-Control-Allow-Origin: value of preference 'AccessControlAllowOrigin' -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
