mirror of
https://github.com/MontFerret/ferret.git
synced 2025-03-19 21:28:32 +02:00
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 |