Files
Radicale/radicale/web
Tobias Stettner 8fc5352e27 Encode password to allow special characters
XMLHttpRequest.open() does not automatically encode the password. Though it builds an basic auth schemed URI where '%' is the escaping indicator, thus passwords containing this characters are not accepted this way without manually replacing '%' with '%25' on the form.
2024-03-09 08:01:29 +01:00
..
2021-12-09 16:55:46 +01:00
2022-01-18 18:20:16 +01:00