From 518b4cb6ec36a9990f33adb5411bcf57a9fa0748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Curn?= Date: Wed, 4 Sep 2024 10:34:59 +0200 Subject: [PATCH 1/3] Update usage.md --- sources/platform/proxy/usage.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sources/platform/proxy/usage.md b/sources/platform/proxy/usage.md index b95de4951b..c66ac02c20 100644 --- a/sources/platform/proxy/usage.md +++ b/sources/platform/proxy/usage.md @@ -198,3 +198,6 @@ The typical issues behind these codes are: * `594`, `595` and `596` may occur due to connection loss. * `597` indicates incorrect upstream credentials. * `599` is a generic error, where the above is not applicable. + + Note that the Apify Proxy is based on the [proxy-chain][https://github.com/apify/proxy-chain] opens-source NPM package developed and maintained by Apify. + You can find the details of the above errors and their implementation there. From 39910dd0b5c14de4a67682c1cfd85bf70008b899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Olender?= Date: Thu, 5 Sep 2024 16:16:35 +0200 Subject: [PATCH 2/3] fix mdlint issue --- sources/platform/proxy/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/platform/proxy/usage.md b/sources/platform/proxy/usage.md index c66ac02c20..05e7c396b2 100644 --- a/sources/platform/proxy/usage.md +++ b/sources/platform/proxy/usage.md @@ -199,5 +199,5 @@ The typical issues behind these codes are: * `597` indicates incorrect upstream credentials. * `599` is a generic error, where the above is not applicable. - Note that the Apify Proxy is based on the [proxy-chain][https://github.com/apify/proxy-chain] opens-source NPM package developed and maintained by Apify. + Note that the Apify Proxy is based on the [proxy-chain](https://github.com/apify/proxy-chain) opens-source NPM package developed and maintained by Apify. You can find the details of the above errors and their implementation there. From 82ac576be11512883015d35f9edaa3faf1e7c99e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Olender?= Date: Thu, 5 Sep 2024 16:17:02 +0200 Subject: [PATCH 3/3] fix typo --- sources/platform/proxy/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/platform/proxy/usage.md b/sources/platform/proxy/usage.md index 05e7c396b2..de97b49d39 100644 --- a/sources/platform/proxy/usage.md +++ b/sources/platform/proxy/usage.md @@ -199,5 +199,5 @@ The typical issues behind these codes are: * `597` indicates incorrect upstream credentials. * `599` is a generic error, where the above is not applicable. - Note that the Apify Proxy is based on the [proxy-chain](https://github.com/apify/proxy-chain) opens-source NPM package developed and maintained by Apify. + 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. You can find the details of the above errors and their implementation there.