Rclone HTTP + Client Side Certificate Authentication

Hello, I'd like to ask for a new feature: client side authentication. Is there any possibility to implement this at least for the HTTP remote? I know there are other ways to authenticate safely, currently I'm "hard coding" my credentials on the URL following this:

... you use a special URL format, like this: http://username:password@example.com/ -- this sends the credentials in the standard HTTP "Authorization" header.
...

My server is configured to connect to SSL/TLS so it is not a problem to send my credentials this way but I think that this is not the best approach.

What happens is that rclone reads the user:pass from the URL and turns it into an Authorization header.

If I added a user and pass to the config file it would just do the same thing!

However that might be more user friendly - if you’d like to see it, then please make a new issue on github.