You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/platform/proxy/usage.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,3 +198,6 @@ The typical issues behind these codes are:
198
198
*`594`, `595` and `596` may occur due to connection loss.
199
199
*`597` indicates incorrect upstream credentials.
200
200
*`599` is a generic error, where the above is not applicable.
201
+
202
+
Note that the Apify Proxy is based on the [proxy-chain](https://github.com/apify/proxy-chain) open-source NPM package developed and maintained by Apify.
203
+
You can find the details of the above errors and their implementation there.
0 commit comments