summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/form_based_authentication_with_mod_intercept_form_submit.txt2
-rw-r--r--docs/typical_form_based_authentication.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/form_based_authentication_with_mod_intercept_form_submit.txt b/docs/form_based_authentication_with_mod_intercept_form_submit.txt
index 67adcc2..abf3670 100644
--- a/docs/form_based_authentication_with_mod_intercept_form_submit.txt
+++ b/docs/form_based_authentication_with_mod_intercept_form_submit.txt
@@ -50,7 +50,7 @@
14. Application creates session,
returns session cookies
- <--- 302 Login /hosts with Set-Cookie ---
+ <--- 302 Location /hosts with Set-Cookie ---
15. Like 2, now with Cookie set
diff --git a/docs/typical_form_based_authentication.txt b/docs/typical_form_based_authentication.txt
index a6079bb..9c21535 100644
--- a/docs/typical_form_based_authentication.txt
+++ b/docs/typical_form_based_authentication.txt
@@ -40,7 +40,7 @@
14. Application creates session,
returns session cookies
- <--- 302 Login /hosts with Set-Cookie ---
+ <--- 302 Location /hosts with Set-Cookie ---
15. Like 2, now with Cookie set