Proxy auto-config (original) (raw)
Anhand einer Proxy-Auto-Config-Datei (PAC-Datei) kann ein Webbrowser automatisch den passenden Proxyserver für eine gewünschte URL finden. Eine PAC-Datei enthält eine JavaScript-Funktion FindProxyForURL(url, host). Diese Funktion gibt einen String mit einer oder mehreren Proxyspezifikationen zurück; mit mehreren Spezifikationen wird ein Fallback bzw. Failover für den Fall möglich, dass ein Server nicht antwortet. Der Browser holt sich diese PAC-Datei, bevor er weitere Seiten anfordert. Die URL der PAC-Datei kann entweder von Hand angegeben werden oder über das Web Proxy Autodiscovery Protocol automatisch gefunden werden.
Property | Value |
---|---|
dbo:abstract | Anhand einer Proxy-Auto-Config-Datei (PAC-Datei) kann ein Webbrowser automatisch den passenden Proxyserver für eine gewünschte URL finden. Eine PAC-Datei enthält eine JavaScript-Funktion FindProxyForURL(url, host). Diese Funktion gibt einen String mit einer oder mehreren Proxyspezifikationen zurück; mit mehreren Spezifikationen wird ein Fallback bzw. Failover für den Fall möglich, dass ein Server nicht antwortet. Der Browser holt sich diese PAC-Datei, bevor er weitere Seiten anfordert. Die URL der PAC-Datei kann entweder von Hand angegeben werden oder über das Web Proxy Autodiscovery Protocol automatisch gefunden werden. (de) Un fichier de Configuration Automatique de Proxy ou fichier.PAC (proxy auto-config) définit la façon selon laquelle un navigateur web (ou d’autres fonctionnalités équivalentes, regroupées sous le nom de User agents) se connecte à Internet : il leur permet d’utiliser automatiquement le proxy approprié à l’URL demandée. Le navigateur va chercher ce fichier PAC en priorité. Les URL qu’il contient peuvent être configurées manuellement, ou déterminées automatiquement par le WPAD ( (en)). Un fichier PAC contient une fonction en JavaScript appelée "FindProxyForURL(url, host)". Cette fonction retourne une chaîne de caractères avec une ou plusieurs spécifications (règles) sur la façon d'y accéder. Ces règles amènent le navigateur web à utiliser un serveur proxy particulier ou à se connecter directement. Si un proxy spécifié dans le fichier .PAC tombe, il peut paralyser la navigation. C'est la raison pour laquelle il faut toujours prévoir dans le fichier .PAC une seconde règle si la première ne peut être suivie. (fr) A proxy auto-config (PAC) file defines how web browsers and other user agents can automatically choose the appropriate proxy server (access method) for fetching a given URL. A PAC file contains a JavaScript function FindProxyForURL(url, host). This function returns a string with one or more access method specifications. These specifications cause the user agent to use a particular proxy server or to connect directly. Multiple specifications provide a fall-back when a proxy fails to respond. The browser fetches this PAC file before requesting other URLs. The URL of the PAC file is either configured manually or determined automatically by the Web Proxy Auto-Discovery Protocol. (en) プロキシ自動設定(プロキシじどうせってい、PAC: proxy auto-config)ファイルは、ウェブブラウザやその他のユーザーエージェントが、与えられたURLを取得するための適切なプロキシサーバ(アクセスメソッド)を自動選択する方法を定義する。PACファイルにはJavaScriptの関数“FindProxyForURL(url, host)”が書かれている。この関数は一つあるいは複数のアクセスメソッド指定を含む文字列を返す。これらの指定によりユーザーエージェントは特定のプロキシサーバを使って接続するか、または直接に接続する。 アクセスメソッドを複数指定しておくことにより、一つのプロキシが反応しない場合のフォールバック(代替手段)を提供できる。ブラウザは他のURLにリクエストを送る前に、このPACファイルを取得する。PACファイルのURLは手動で設定しておくか、あるいはWeb Proxy Auto-Discovery Protocolにより自動的に決定される。 (ja) Un proxy auto-config (PAC) è un file che permette al browser di comprendere quale proxy utilizzare per accedere ad una risorsa Web. Consiste un file JavaScript, di solito denominato proxy.pac o wpad.dat se si usa WPAD, contenente la funzione FindProxyForURL(url, host). L'URL identifica la risorsa cercata, mentre l'host rappresenta il server a cui viene effettuata la richiesta. La risposta è una singola stringa contenente "DIRECT" o "PROXY", quest'ultima seguita dalle informazioni relative al proxy. All'interno del file PAC è possibile utilizzare alcune funzioni come isInNet o shExpMatch per verificare condizioni sull'hostname o sull'URL da visitare. (it) 代理自动配置(英語:Proxy auto-config,简称PAC)是一种网页浏览器技术,用于定义浏览器该如何自动选择适当的代理服务器来访问一个网址。 一个PAC文件包含一个JavaScript的函数“FindProxyForURL(url, host)”,这个函数返回一个包含一个或多个访问规则的字符串。用户代理根据这些规则使用一个特定的代理器或者直接访问,这些规则也有优先级。当使用高优先级的规则无法访问的时候,低优先级的访问规则(如果存在)就提供了备用的访问方式。浏览器在访问网页以前,会首先访问这个PAC文件。PAC文件中的URL可能是手工配置的,也可能是是通过网页的网络代理自动发现协议自动配置的。 (zh) |
dbo:wikiPageExternalLink | http://developer.netscape.com/docs/manuals/proxy/adminux/autoconf.htm https://jdebp.uk/FGA/web-browser-auto-proxy-configuration.html https://developer.mozilla.org/docs/web/http/proxy_servers_and_tunneling/proxy_auto-configuration_pac_file https://technet.microsoft.com/library/Dd361918 https://calomel.org/proxy_auto_config.html https://web.archive.org/web/20040810122331/http:/developer.netscape.com/docs/manuals/proxy/adminux/autoconf.htm https://web.archive.org/web/20150701185956/https:/calomel.org/proxy_auto_config.html |
dbo:wikiPageID | 3979847 (xsd:integer) |
dbo:wikiPageLength | 13153 (xsd:nonNegativeInteger) |
dbo:wikiPageRevisionID | 1123518638 (xsd:integer) |
dbo:wikiPageWikiLink | dbc:JavaScript dbr:UTF-8 dbr:Uniform_Resource_Locator dbr:User_agent dbr:.NET_Framework dbc:Computer_files dbr:Function_(computer_science) dbr:Mozilla_Firefox dbr:MIME_type dbr:Domain_name_system dbr:Port_(computer_networking) dbr:Web_browser dbr:Whitelisting dbr:Windows_Registry dbr:Domain_Name_System dbr:DHCP dbr:DNS_cache dbr:ASCII dbc:Web_browsers dbr:Proxy_server dbr:HTTP_server dbr:Internet_Explorer dbr:JavaScript dbr:Blacklisting dbc:Proxy_servers dbr:JavaScript_engine dbr:Text_file dbr:Microsoft_TechNet dbr:Netscape dbr:Netscape_Navigator dbr:SOCKS dbr:Web_Proxy_Autodiscovery_Protocol dbr:IP_address dbr:Firewall_(computing) dbr:Web_Proxy_Auto-Discovery_Protocol dbr:HTTP_reply |
dbp:wikiPageUsesTemplate | dbt:! dbt:About dbt:Citation_needed dbt:Cite_web dbt:Code dbt:Reflist dbt:Internet_censorship_circumvention_technologies dbt:Web_browsers |
dct:subject | dbc:JavaScript dbc:Computer_files dbc:Web_browsers dbc:Proxy_servers |
rdf:type | yago:Artifact100021939 yago:Computer103082979 yago:Device103183080 yago:Instrumentality103575240 yago:Machine103699975 yago:Object100002684 yago:PhysicalEntity100001930 yago:Server104175147 yago:Whole100003553 yago:WikicatProxyServers |
rdfs:comment | Anhand einer Proxy-Auto-Config-Datei (PAC-Datei) kann ein Webbrowser automatisch den passenden Proxyserver für eine gewünschte URL finden. Eine PAC-Datei enthält eine JavaScript-Funktion FindProxyForURL(url, host). Diese Funktion gibt einen String mit einer oder mehreren Proxyspezifikationen zurück; mit mehreren Spezifikationen wird ein Fallback bzw. Failover für den Fall möglich, dass ein Server nicht antwortet. Der Browser holt sich diese PAC-Datei, bevor er weitere Seiten anfordert. Die URL der PAC-Datei kann entweder von Hand angegeben werden oder über das Web Proxy Autodiscovery Protocol automatisch gefunden werden. (de) プロキシ自動設定(プロキシじどうせってい、PAC: proxy auto-config)ファイルは、ウェブブラウザやその他のユーザーエージェントが、与えられたURLを取得するための適切なプロキシサーバ(アクセスメソッド)を自動選択する方法を定義する。PACファイルにはJavaScriptの関数“FindProxyForURL(url, host)”が書かれている。この関数は一つあるいは複数のアクセスメソッド指定を含む文字列を返す。これらの指定によりユーザーエージェントは特定のプロキシサーバを使って接続するか、または直接に接続する。 アクセスメソッドを複数指定しておくことにより、一つのプロキシが反応しない場合のフォールバック(代替手段)を提供できる。ブラウザは他のURLにリクエストを送る前に、このPACファイルを取得する。PACファイルのURLは手動で設定しておくか、あるいはWeb Proxy Auto-Discovery Protocolにより自動的に決定される。 (ja) 代理自动配置(英語:Proxy auto-config,简称PAC)是一种网页浏览器技术,用于定义浏览器该如何自动选择适当的代理服务器来访问一个网址。 一个PAC文件包含一个JavaScript的函数“FindProxyForURL(url, host)”,这个函数返回一个包含一个或多个访问规则的字符串。用户代理根据这些规则使用一个特定的代理器或者直接访问,这些规则也有优先级。当使用高优先级的规则无法访问的时候,低优先级的访问规则(如果存在)就提供了备用的访问方式。浏览器在访问网页以前,会首先访问这个PAC文件。PAC文件中的URL可能是手工配置的,也可能是是通过网页的网络代理自动发现协议自动配置的。 (zh) A proxy auto-config (PAC) file defines how web browsers and other user agents can automatically choose the appropriate proxy server (access method) for fetching a given URL. A PAC file contains a JavaScript function FindProxyForURL(url, host). This function returns a string with one or more access method specifications. These specifications cause the user agent to use a particular proxy server or to connect directly. (en) Un fichier de Configuration Automatique de Proxy ou fichier.PAC (proxy auto-config) définit la façon selon laquelle un navigateur web (ou d’autres fonctionnalités équivalentes, regroupées sous le nom de User agents) se connecte à Internet : il leur permet d’utiliser automatiquement le proxy approprié à l’URL demandée. Le navigateur va chercher ce fichier PAC en priorité. Les URL qu’il contient peuvent être configurées manuellement, ou déterminées automatiquement par le WPAD ( (en)). (fr) Un proxy auto-config (PAC) è un file che permette al browser di comprendere quale proxy utilizzare per accedere ad una risorsa Web. Consiste un file JavaScript, di solito denominato proxy.pac o wpad.dat se si usa WPAD, contenente la funzione FindProxyForURL(url, host). L'URL identifica la risorsa cercata, mentre l'host rappresenta il server a cui viene effettuata la richiesta. La risposta è una singola stringa contenente "DIRECT" o "PROXY", quest'ultima seguita dalle informazioni relative al proxy. (it) |
rdfs:label | Proxy Auto-Config (de) Fichier .PAC (fr) Proxy auto-config (it) プロキシ自動設定 (ja) Proxy auto-config (en) 代理自动配置 (zh) |
owl:sameAs | freebase:Proxy auto-config wikidata:Proxy auto-config dbpedia-fa:Proxy auto-config dbpedia-fr:Proxy auto-config dbpedia-it:Proxy auto-config https://global.dbpedia.org/id/4Sizr dbpedia-de:Proxy auto-config dbpedia-ja:Proxy auto-config dbpedia-zh:Proxy auto-config yago-res:Proxy auto-config |
prov:wasDerivedFrom | wikipedia-en:Proxy_auto-config?oldid=1123518638&ns=0 |
foaf:isPrimaryTopicOf | wikipedia-en:Proxy_auto-config |
is dbo:wikiPageDisambiguates of | dbr:PAC |
is dbo:wikiPageRedirects of | dbr:Proxy_Auto-Config dbr:Automatic_Proxy_Configuration dbr:Proxy.pac dbr:PAC_file |
is dbo:wikiPageWikiLink of | dbr:Proxy_Auto-Config dbr:PAC dbr:Glob_(programming) dbr:Proxy_server dbr:Egress_filtering dbr:Netscape_Navigator dbr:Web_Proxy_Auto-Discovery_Protocol dbr:Automatic_Proxy_Configuration dbr:Proxy.pac dbr:PAC_file |
is foaf:primaryTopic of | wikipedia-en:Proxy_auto-config |