arturobernalg opened a new pull request, #596: URL: https://github.com/apache/httpcomponents-client/pull/596
This PR introduces the `NextNonceInterceptor` to process HTTP responses with Authentication-Info headers by extracting the `nextnonce` parameter, as specified in [RFC 7616](https://www.rfc-editor.org/rfc/rfc7616#page-14). The interceptor checks for the presence of this header, retrieves the `nextnonce` value if available, and stores it within the `HttpContext` under the attribute `auth-nextnonce.` This mechanism supports secure client authentication workflows by allowing continuity in nonce-based authentication challenges. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org