検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 94 for header (0.027 sec.)
ミドルウェア — Django 4.0.6 ドキュメント 11918
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ash() decorator was added. Sets the Content-Length header for non-streaming responses. CommonMiddleware. res ... The response has already set the Content-Encoding header. The request (the browser) hasn't sent an Accept-E ... ncoding header containing gzip . If the response has an ETag head ... T operations. If the response doesn't have an ETag header, the middleware adds one if needed. If the respons ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 10743
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tor , message_from_string from email.errors import HeaderParseError from email.header import Header from ema ... il.headerregistry import Address , parser from email.message ... am" RFC5322_EMAIL_LINE_LENGTH_LIMIT = 998 class BadHeaderError ( ValueError ): pass # Header names that cont ... ain structured address data (RFC #5322) ADDRESS_HEADERS = { "from" , "sender" , "reply-to" , "to" , "cc" ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 9740
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... LENGTH and CONTENT_TYPE , as given above, any HTTP headers in the request are converted to META keys by conv ... ng an HTTP_ prefix to the name. So, for example, a header called X-Bender would be mapped to the META key HT ... TP_X_BENDER . Note that runserver strips all headers with underscores in the name, so you won't see th ... em in META . This prevents header-spoofing based on ambiguity between underscores an ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
設定 — Django 4.0.6 ドキュメント 9582
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 定の Web サーバでも晒される可能性が高い、 HTTP Host header 攻撃 を防ぐことができます。 このリスト中の値は完全 ... e exists, it will be used to render the page. CSRF_HEADER_NAME ¶ デフォルト値: 'HTTP_X_CSRFTOKEN' The name o ... f the request header used for CSRF authentication. As with other HTTP h ... eaders in request.META , the header name received from the server is normalized by con ...
https://man.plustar.jp/django/ref/settings.html - [similar]
Django 1.3.4 release notes — Django 4.0.6 ドキュメント 9437
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the fourth release in the Django 1.3 series. Host header poisoning ¶ Some parts of Django -- independent of ... omain name, which are generated from the HTTP Host header. Some attacks against this are beyond Django's abi ... uration. Django's own built-in parsing of the Host header is, however, still vulnerable, as was reported to ... us recently. The Host header parsing in Django 1.3.3 and Django 1.4.1 -- specif ...
https://man.plustar.jp/django/releases/1.3.4.html - [similar]
Django 1.4.2 release notes — Django 4.0.6 ドキュメント 9437
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd security release in the Django 1.4 series. Host header poisoning ¶ Some parts of Django -- independent of ... omain name, which are generated from the HTTP Host header. Some attacks against this are beyond Django's abi ... uration. Django's own built-in parsing of the Host header is, however, still vulnerable, as was reported to ... us recently. The Host header parsing in Django 1.3.3 and Django 1.4.1 -- specif ...
https://man.plustar.jp/django/releases/1.4.2.html - [similar]
Django 1.4.13 release notes — Django 4.0.6 ドキュメント 8566
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng Django sessions, Django will set a Vary: Cookie header to ensure caches do not serve cached data to reque ... Windows Server 2003) are unable to handle the Vary header in combination with many content types. Therefore, ... Django would remove the header if the request was made by Internet Explorer. To r ... t Explorer versions has been removed, and the Vary header is no longer stripped from the response. In additi ...
https://man.plustar.jp/django/releases/1.4.13.html - [similar]
Django 1.5.8 release notes — Django 4.0.6 ドキュメント 8566
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng Django sessions, Django will set a Vary: Cookie header to ensure caches do not serve cached data to reque ... Windows Server 2003) are unable to handle the Vary header in combination with many content types. Therefore, ... Django would remove the header if the request was made by Internet Explorer. To r ... t Explorer versions has been removed, and the Vary header is no longer stripped from the response. In additi ...
https://man.plustar.jp/django/releases/1.5.8.html - [similar]
View decorators — Django 4.0.6 ドキュメント 8473
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nt of responses to HEAD requests while leaving the headers unchanged, so you may handle HEAD requests exactl ... ors can be used to generate ETag and Last-Modified headers; see conditional view processing . GZip compressi ... browser allows gzip compression. It sets the Vary header accordingly, so that caches will base their storag ... e on the Accept-Encoding header. Vary headers ¶ The decorators in django.views.dec ...
https://man.plustar.jp/django/topics/http/decorators.html - [similar]
Django 1.3.5 release notes — Django 4.0.6 ドキュメント 8420
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of potential problems from multiple sources. Host header poisoning ¶ Several earlier Django security releas ... es focused on the issue of poisoning the HTTP Host header, causing Django to generate URLs pointing to arbit ... ase, we're taking additional steps to tighten Host header validation. Rather than attempt to accommodate all ... features HTTP supports here, Django's Host header validation attempts to support a smaller, but far ...
https://man.plustar.jp/django/releases/1.3.5.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT