HTTP Basic Authentication fails if the authentication header has a value of "basic" instead of "Basic"
(Doc ID 2016596.1)
Last updated on JULY 03, 2024
Applies to:
Oracle Service Bus - Version 11.1.1.7.0 and laterInformation in this document applies to any platform.
Symptoms
On : 11.1.1.7.0 version, OSB Build
When Basic authentication is enabled for an OSB Proxy service, if the external system calls the proxy using "basic" keyword instead of "Basic" then authentication fails.
For eg:
If the HTTP header comes with value as below it succeeds:
Authorization: Basic d2VibG9naWM6d2VsY29tZTE=
but if the HTTP Header comes with value as below it fails:
Authorization: basic d2VibG9naWM6d2VsY29tZTE=
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Error 401--Unauthorized |
From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1: |
10.4.2 401 Unauthorized |
Changes |
Cause |
Solution |
References |