https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25797
--- Comment #4 from David Cook <[email protected]> --- (In reply to Nicholas van Oudtshoorn from comment #0) > Just spent a whole bunch of time on this - and think I have a solution. The > rest api, is looking for the authorization header - but for some reason, > koha is rewriting this header to be "x-koha-authorization". > What do you mean by "koha is rewriting this header to be "x-koha-authorization". Your API client is sending the Authorization header. It sounds like your API client is putting the Authorization header into "x-koha-authorization" instead of "Authorization". Sounds to me like a bug with your API client and not Koha. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
