You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
╔═ test_login_flow/4. log in blocked without cookies[status] ═╗
74
+
200 OK
75
+
╔═ test_login_flow/4. log in fails with fake cookies ═╗
76
+
<!DOCTYPE html>
77
+
<html lang="en">
78
+
<title>
79
+
401 Unauthorized
80
+
</title>
81
+
<h1>
82
+
Unauthorized
83
+
</h1>
84
+
<p>
85
+
The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required.
86
+
</p>
87
+
</html>
88
+
89
+
╔═ test_login_flow/4. log in fails with fake cookies[md] ═╗
90
+
401 Unauthorized
91
+
92
+
Unauthorized
93
+
94
+
The server could not verify that you are authorized to access the URL requested. You either supplied the wrong credentials (e.g. a bad password), or your browser doesn't understand how to supply the credentials required.
95
+
╔═ test_login_flow/4. log in fails with fake cookies[status] ═╗
0 commit comments