technically the limit would be defined by the http header length (and httpd configured allowed header sizes), http basic auth itself has no restrictions in the context of being Base64 encoded.
Often restrictions are from tooling side, not protocol side. I.e Apache htpasswd generated passwords and usernames (under windows) are limited to 255 chars, but again this is a tool limit, not a header limit
(Source: https://httpd.apache.org/docs/2.4/programs/htpasswd.html#restrictions)
256 (255) could be a reasonable value that matches this specific constraint.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Nov 13 2024
Nov 13 2024
namtech added a comment to T6868: Monitoring: Loki Basic Authentication limitation prevents Cloud Monitoring.
Nov 12 2024
Nov 12 2024
namtech changed Is it a breaking change? from none to behavior on T6868: Monitoring: Loki Basic Authentication limitation prevents Cloud Monitoring.