Do not use 307 but 302 response
This commit is contained in:
committed by
Jocelyn Fiat
parent
8fddfd6d22
commit
2ff3cff70f
@@ -330,7 +330,7 @@ feature -- Redirect
|
|||||||
require
|
require
|
||||||
header_not_committed: not header_committed
|
header_not_committed: not header_committed
|
||||||
do
|
do
|
||||||
redirect_now_custom (a_url, {HTTP_STATUS_CODE}.temp_redirect, Void, Void)
|
redirect_now_custom (a_url, {HTTP_STATUS_CODE}.found, Void, Void)
|
||||||
end
|
end
|
||||||
|
|
||||||
redirect_now_with_content (a_url: READABLE_STRING_8; a_content: READABLE_STRING_8; a_content_type: READABLE_STRING_8)
|
redirect_now_with_content (a_url: READABLE_STRING_8; a_content: READABLE_STRING_8; a_content_type: READABLE_STRING_8)
|
||||||
|
|||||||
Reference in New Issue
Block a user