Skip to content

Commit 96b6dba

Browse files
committed
rework: RedirectException. Update v4.4.0.rst
1 parent 59d7d81 commit 96b6dba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

user_guide_src/source/changelogs/v4.4.0.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ Changes
145145
So if you installed CodeIgniter under the folder that contains the special
146146
characters like ``(``, ``)``, etc., CodeIgniter didn't work. Since v4.4.0,
147147
this restriction has been removed.
148+
- **HSTS:** Now :php:func:`force_https()` or
149+
``Config\App::$forceGlobalSecureRequests = true`` sets the HTTP status code 307,
150+
which allows the HTTP request method to be preserved after the redirect.
151+
In previous versions, it was 302.
148152

149153
Deprecations
150154
************

0 commit comments

Comments
 (0)