HTTP provides a general framework for access control and authentication. The most common HTTP authentication is based on the "Basic" schema, but others such as "Digest" and "Bearer" are also available. WebCopy directly supports "Basic" schema, although "Bearer" can be used via custom headers.
Click the links below to learn more about working with passwords.