arturobernalg opened a new pull request, #489: URL: https://github.com/apache/httpcomponents-client/pull/489
This PR updates the HttpRequestRetryExec class to disallow automatic retries when a 403 Forbidden status is received, in compliance with RFC 9110 guidelines. According to [RFC 9110,](https://www.rfc-editor.org/rfc/rfc9110#name-https-certificate-verificat) a 403 Forbidden status code indicates that the server understood the request but refuses to authorize it. Retrying the request is generally considered inappropriate and could lead to security vulnerabilities or other issues. -- 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