[Koha-bugs] [Bug 25797] REST API using OAuth doesn't actually authorize

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 24 01:46:42 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25797

--- Comment #4 from David Cook <dcook at prosentient.com.au> ---
(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.


More information about the Koha-bugs mailing list