When I use HTTP BASIC authentication along with HTTPS, are the username and password securely passed to the server?
I would be happy if you can help me with some ref
HTTP Basic Authentication and HTTPS both are different concepts.
Please Note: There is difference between authorization and security. HTTP Basic authorization is an authorization concept it is not security
YES. In your case the HTTP message with username and password will be encrypted and then sent to the server.