[ Web Proxy ]
URL:
Viewing: https://developer.mozilla.org/ko/docs/Glossary/PAC [Back]  [Original]

PAC - MDN Web Docs : | MDN

This page was translated from English by the community. Learn more and join the MDN Web Docs community.

View in English Always switch to English

PAC

(Proxy Auto-Configuration file, PAC file) (HTTP, HTTPS FTP ) FindProxyForURL() .

js
function FindProxyForURL(url, host) {
  // 
}

ret = FindProxyForURL(url, host);

(PAC) .

In this article


Web Proxy Viewer  |  New URL  |  Original Page