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
|
||||
header_not_committed: not header_committed
|
||||
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
|
||||
|
||||
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