URL calls
htpasswd.net can be call directly with password and user name set in the URL:
http://htpasswd.net?aaa : an only string as parameter is interpretated as a password.
http://htpasswd.net?aaa:bbb : two strings separated with a semi-colon are interpretated as a user name and a password.