[FormFields]
wb_command=R
wb_htaccess=$wbe{script_name}

[Authentication]
WB_AuthType=B
WB_Realm=Basic authentication test
WB_Scramble=T

[AuthUsers]
wbuser=%18%00%07%0D%16%00%16WE%0E

[EndOfConfiguration]
<!--WB_BeginTemplate-->
<html>
<head>
  <title>Password protected page (Basic)</title>
</head>
<body>
Hello $wbfn[htuser]!
This page is protected using basic authentication!
</body>
</html>