Skip to content

Commit

Permalink
rework: RedirectException. Update v4.4.0.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
iRedds committed Jun 28, 2023
1 parent 59d7d81 commit 96b6dba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions user_guide_src/source/changelogs/v4.4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ Changes
So if you installed CodeIgniter under the folder that contains the special
characters like ``(``, ``)``, etc., CodeIgniter didn't work. Since v4.4.0,
this restriction has been removed.
- **HSTS:** Now :php:func:`force_https()` or
``Config\App::$forceGlobalSecureRequests = true`` sets the HTTP status code 307,
which allows the HTTP request method to be preserved after the redirect.
In previous versions, it was 302.

Deprecations
************
Expand Down

0 comments on commit 96b6dba

Please sign in to comment.