Error: Invalid "proxyUrl" option: only HTTP proxies are currently supported #2584
Replies: 2 comments
-
Hello - and thank you for your interest in this project. Can you please provide reproduction scenario for the issue you are having?
Note that this is not true - if you are connecting to the target server via HTTPS, the traffic is still end-to-end encrypted. With HTTP proxies, this is achieved via HTTP If you are connecting to an HTTP target server (or you decide to fiddle around with the TLS settings - see e.g. comments under this issue), the proxy can indeed act as MITM and read your traffic - but you really have to want this - it will never happen with the default |
Beta Was this translation helpful? Give feedback.
-
Hello,
Is it true for every kind of residential proxy provider or you're talking about Apify proxies. So if I connect to an http residential proxy(no matter the provider) they wouldn't be able to read the contents of the request? I'm aware that at least they monitor the host name and links that I'm scrapping. So wondering if they also can see the request payload as well. |
Beta Was this translation helpful? Give feedback.
-
Which package is this bug report for? If unsure which one to select, leave blank
@crawlee/playwright (PlaywrightCrawler)
Issue description
The docs never mention that only
http
proxies are supported. I think using http proxies are a security risk. Digging deeper you end up in here which crawlee uses. I think it should support HTTPS proxies as well.Code sample
Package version
[email protected] [email protected]
Node.js version
v20.10.0 [email protected]
Operating system
macOS
Apify platform
I have tested this on the
next
releaseNo response
Other context
No response
Beta Was this translation helpful? Give feedback.
All reactions