mirror of
https://github.com/django/django.git
synced 2025-07-23 13:15:32 +00:00
Normalized spelling of "Web server/page" in docs.
This commit is contained in:
parent
a09c058918
commit
eb4d4376fc
5 changed files with 8 additions and 14 deletions
|
@ -305,7 +305,7 @@ Methods
|
|||
Mixing HTTP and HTTPS on the same site is discouraged, therefore
|
||||
:meth:`~HttpRequest.build_absolute_uri()` will always generate an
|
||||
absolute URI with the same scheme the current request has. If you need
|
||||
to redirect users to HTTPS, it's best to let your webserver redirect
|
||||
to redirect users to HTTPS, it's best to let your Web server redirect
|
||||
all HTTP traffic to HTTPS.
|
||||
|
||||
.. method:: HttpRequest.get_signed_cookie(key, default=RAISE_ERROR, salt='', max_age=None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue