Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

"x-amzn-Remapped-WWW-Authenticate" is a custom header that has been added by Amazon Web Services (AWS) to the standard "WWW-Authenticate" header. It typically indicates that the server is using AWS as the authorization provider.

The Jetty client may not be able to identify this header because it may not be included in the list of recognized headers by the client. In this case, you may need to modify the client to recognize this specific header or use a different client that supports it.

It is also possible that the server is not recognizing the standard "WWW-Authenticate" header and is using the custom header instead. In this case, you may need to check the server configuration and ensure that it is properly configured to support standard HTTP headers.