Connect Proxy - SpaceK33z/web-to-plex GitHub Wiki
Use this section to control the extension's proxy connection settings
Screenshot
- Force Secure Connections — forces all insecure (HTTP) connections to be proxied through HTTPS.
-
Proxy URL & Syntax — specify the proxy URL (and syntax) to use
-
{url}
OR{raw-url}
— the URL of the page, without any changes -
{enc-url}
OR{encode-url}
— encodes the URL (i.e. all " " become "%20") -
{b64-url}
OR{base64-url}
— encodes the URL using Base-64 (btoa
)
-
-
Proxy Headers — specify the headers to pass to the proxy
Header="Value"
Header=Value
-
Header=@property
(allows basic parsing of objects, where@
representstop
/window
)- e.g.
[email protected]
(https://github.com
)
- e.g.
-
Header=@{...}
— returns the same values as the Proxy URL & Syntax section
- Native Proxy Settings — your computer's network settings (Windows only)