correct password for authentication test
This commit is contained in:
@@ -121,7 +121,7 @@ feature {NONE} -- Initialization
|
|||||||
when 7 then
|
when 7 then
|
||||||
-- GET REQUEST WITH AUTHENTICATION, see http://browserspy.dk/password.php
|
-- GET REQUEST WITH AUTHENTICATION, see http://browserspy.dk/password.php
|
||||||
-- check header WWW-Authendicate is received (authentication successful)
|
-- check header WWW-Authendicate is received (authentication successful)
|
||||||
create sess.make("http://test:test1@browserspy.dk")
|
create sess.make("http://test:test@browserspy.dk")
|
||||||
if attached sess.get ("/password-ok.php", Void).headers as hds then
|
if attached sess.get ("/password-ok.php", Void).headers as hds then
|
||||||
across
|
across
|
||||||
hds as c
|
hds as c
|
||||||
|
|||||||
Reference in New Issue
Block a user