https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38363 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lari.taskula@hypernova.fi --- Comment #2 from Lari Taskula <lari.taskula@hypernova.fi> --- 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.