我正在使用此代码段通过https& htpasswd protected server:
html, body{
margin: 0;
padding: 0;
height: 100%;
max-width: 100%;
overflow-x:hidden;
text-align: center;
font-family: 'Roboto' , sans-serif;
}
.wrapper{
background-image: url('./images/background.jpg');
background-size: cover;
position: relative;
min-width: 100%;
width: 100%;
height: 100%;
min-height: 100%;
background-attachment: fixed;
background-repeat: no-repeat;
overflow: visible;
}
用户名和密码是否可以通过互联网以纯文本形式发送?