mirror of
https://github.com/MontFerret/ferret.git
synced 2024-12-16 11:37:36 +02:00
d55bce325c
* Remodeled HTTPHeaders * Remodeled HTTPCookies
5 lines
166 B
Plaintext
5 lines
166 B
Plaintext
LET proxy_header = {"Proxy-Authorization": ["Basic e40b7d5eff464a4fb51efed2d1a19a24"]}
|
|
|
|
LET doc = DOCUMENT("https://google.com", { headers: proxy_header})
|
|
|
|
RETURN doc |