検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 34 for REMOTE (0.041 sec.)
Django 1.4.14 release notes — Django 4.0.6 ドキュメント 7860
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... re followed by a number (e.g. "_1" , "_2" , etc.). RemoteUserMiddleware session hijacking ¶ When using the R ... emoteUserMiddleware and the RemoteUserBackend , a change to the REMOTE_USER header be ... nting to other hosts File upload denial-of-service RemoteUserMiddleware session hijacking Data leakage via q ...
https://man.plustar.jp/django/releases/1.4.14.html - [similar]
Django 1.5.9 release notes — Django 4.0.6 ドキュメント 7860
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... re followed by a number (e.g. "_1" , "_2" , etc.). RemoteUserMiddleware session hijacking ¶ When using the R ... emoteUserMiddleware and the RemoteUserBackend , a change to the REMOTE_USER header be ... nting to other hosts File upload denial-of-service RemoteUserMiddleware session hijacking Data leakage via q ...
https://man.plustar.jp/django/releases/1.5.9.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 7749
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... object. See Authentication in web requests . class RemoteUserMiddleware ¶ Middleware for utilizing web serve ... ided authentication. See How to authenticate using REMOTE_USER for usage details. class PersistentRemoteUser ... d only on the login page. See ログインページでのみ REMOTE_USER を使用する for usage details. CSRF プロテクシ ... なすべての view ミドルウェアの前に置きます。 Before RemoteUserMiddleware , or any other authentication middle ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 7749
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -- クエリ文字列で、単一の (未解析の) 文字列です。 REMOTE_ADDR -- クライアントの IP アドレスです。 REMOTE_HO ... ST -- クライアントのホスト名です。 REMOTE_USER -- The user authenticated by the web server, ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django 1.6.6 release notes — Django 4.0.6 ドキュメント 7749
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... re followed by a number (e.g. "_1" , "_2" , etc.). RemoteUserMiddleware session hijacking ¶ When using the R ... emoteUserMiddleware and the RemoteUserBackend , a change to the REMOTE_USER header be ... nting to other hosts File upload denial-of-service RemoteUserMiddleware session hijacking Data leakage via q ...
https://man.plustar.jp/django/releases/1.6.6.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 7653
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r kind of files, such as compressed, encrypted, or remote files. Using memory-based Virtual Filesystem ¶ GDA ... where rasters might be obtained as a buffer from a remote storage or returned from a view without being writ ... instance: # Read a raster as a file object from a remote source. >>> from urllib.request import urlopen >>> ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
File storage API — Django 4.0.6 ドキュメント 7653
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... it might actually be some subclass. In the case of remote file storage this means that reading/writing could ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
django.utils.log — Django 4.0.6 ドキュメント 7541
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... evelname , ( "internal" if request . META . get ( "REMOTE_ADDR" ) in settings . INTERNAL_IPS else "EXTERNAL" ...
https://man.plustar.jp/django/_modules/django/utils/log.html - [similar]
Django のセキュリティポリシー — Django 4.0.6 ドキュメント 7541
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rade Django as needed. Severity levels are: High : Remote code execution SQL injection Moderate : Cross site ...
https://man.plustar.jp/django/internals/security.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 7541
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... quest ): return { 'ip_address' : request . META [ 'REMOTE_ADDR' ]} def client_ip_view ( request ): template ... 定が True でリクエストの IP アドレス ( request.META['REMOTE_ADDR'] ) が INTERNAL_IPS 設定内にある場合のみです: ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
PREV 1 2 3 4 NEXT