検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 98 for requests (0.024 sec.)
Django 1.1.4 リリースノート — Django 4.0.6 ドキュメント 11865
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rds incompatible changes ¶ CSRF exception for AJAX requests ¶ Django includes a CSRF-protection mechanism, whi ... .5, our CSRF protection made an exception for AJAX requests, on the following basis: Many AJAX toolkits add an ... , for ease of use, we did not apply CSRF checks to requests that appeared to be AJAX on the basis of the X-Req ... ection which trusts the same-origin nature of AJAX requests. Michael Koziarski of the Rails team brought this ...
https://man.plustar.jp/django/releases/1.1.4.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 10676
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rds incompatible changes ¶ CSRF exception for AJAX requests ¶ Django includes a CSRF-protection mechanism, whi ... .5, our CSRF protection made an exception for AJAX requests, on the following basis: Many AJAX toolkits add an ... , for ease of use, we did not apply CSRF checks to requests that appeared to be AJAX on the basis of the X-Req ... ection which trusts the same-origin nature of AJAX requests. Michael Koziarski of the Rails team brought this ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
Django 1.11.22 リリースノート — Django 4.0.6 ドキュメント 10375
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... HttpRequest.scheme would incorrectly detect client requests made via HTTP as using HTTPS. This entails incorre ... ecure() , and build_absolute_uri() , and that HTTP requests would not be redirected to HTTPS in accordance wit ... der is set on the request, for both HTTP and HTTPS requests. If you deploy Django behind a reverse-proxy that ... forwards HTTP requests, and that connects to Django via HTTPS, be sure to ...
https://man.plustar.jp/django/releases/1.11.22.html - [similar]
Django 2.1.10 リリースノート — Django 4.0.6 ドキュメント 10375
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... HttpRequest.scheme would incorrectly detect client requests made via HTTP as using HTTPS. This entails incorre ... ecure() , and build_absolute_uri() , and that HTTP requests would not be redirected to HTTPS in accordance wit ... der is set on the request, for both HTTP and HTTPS requests. If you deploy Django behind a reverse-proxy that ... forwards HTTP requests, and that connects to Django via HTTPS, be sure to ...
https://man.plustar.jp/django/releases/2.1.10.html - [similar]
Django 2.2.3 リリースノート — Django 4.0.6 ドキュメント 10088
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... HttpRequest.scheme would incorrectly detect client requests made via HTTP as using HTTPS. This entails incorre ... ecure() , and build_absolute_uri() , and that HTTP requests would not be redirected to HTTPS in accordance wit ... der is set on the request, for both HTTP and HTTPS requests. If you deploy Django behind a reverse-proxy that ... forwards HTTP requests, and that connects to Django via HTTPS, be sure to ...
https://man.plustar.jp/django/releases/2.2.3.html - [similar]
クロスサイトリクエストフォージェリ (CSRF) 対策 — Django 4.0.6 ドキュメント 9291
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... part is done by the template tag. For all incoming requests that are not using HTTP GET, HEAD, OPTIONS or TRAC ... st cross-subdomain attacks. In addition, for HTTPS requests, if the Origin header isn't provided, CsrfViewMidd ... nder HTTPS. (Referer checking is not done for HTTP requests because the presence of the Referer header isn't r ... compared against it. You can allow cross-subdomain requests by including a leading dot. For example, CSRF_COOK ...
https://man.plustar.jp/django/ref/csrf.html - [similar]
設定 — Django 4.0.6 ドキュメント 9291
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... can be useful for easily allowing cross-subdomain requests to be excluded from the normal cross site request ... prevents the cookie from being sent in cross-site requests. See SESSION_COOKIE_SAMESITE for details about Sam ... (空のリスト) A list of trusted origins for unsafe requests (e.g. POST ). For requests that include the Origin ... api.example.com . If you need cross-origin unsafe requests, continuing the example, add 'https://subdomain.ex ...
https://man.plustar.jp/django/ref/settings.html - [similar]
View decorators — Django 4.0.6 ドキュメント 9095
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... equest ): # I can assume now that only GET or POST requests make it this far # ... pass Note that request meth ... tomatically strip the content of responses to HEAD requests while leaving the headers unchanged, so you may ha ... ndle HEAD requests exactly like GET requests in your views. Since som ... e software, such as link checkers, rely on HEAD requests, you might prefer using require_safe instead of re ...
https://man.plustar.jp/django/topics/http/decorators.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 8297
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ee localtime() . The generic views support OPTIONS requests. Management commands do not raise SystemExit any m ... f directly into the context. Non-form data in HTTP requests ¶ request.POST will no longer include data posted ... via HTTP requests with non form-specific content-types in the header ... base and memcache servers. OPTIONS, PUT and DELETE requests in the test client ¶ Unlike GET and POST, these HT ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
django.db.transaction — Django 4.0.6 ドキュメント 8206
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ic ( using , savepoint , durable ) def _non_atomic_requests ( view , using ): try : view . _non_atomic_request ... using ) except AttributeError : view . _non_atomic_requests = { using } return view [ドキュメント] def non_ato ... mic_requests ( using = None ): if callable ( using ): return _n ... on_atomic_requests ( using , DEFAULT_DB_ALIAS ) else : if using is No ...
https://man.plustar.jp/django/_modules/django/db/transaction.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT