Sighery opened a new issue, #32657: URL: https://github.com/apache/airflow/issues/32657
### Description The current length limit for the `login` parameter in an HTTP connection is 500 characters. It'd be nice if this was 5000 characters like the `password` parameter. ### Use case/motivation We've run into an issue with an API we need to integrate with. It uses basic HTTP authentication, and both username and password are about 900 characters long. We don't have any control over this API, so we cannot change the authentication method, nor the length of these usernames and passwords. ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
