From 43e7db3af25ae357a815d5ac40ddf61462a38d77 Mon Sep 17 00:00:00 2001 From: Sam Adams Date: Tue, 17 Aug 2021 10:45:53 +0100 Subject: [PATCH] change port so https works as it stands, https requests will fail, which is confusing for people (like me) who used this as a template --- .../scripts/smart_proxy_manager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/splash_smart_proxy_manager_example/splash_smart_proxy_manager_example/scripts/smart_proxy_manager.lua b/splash_smart_proxy_manager_example/splash_smart_proxy_manager_example/scripts/smart_proxy_manager.lua index 24673c7..decaeaa 100644 --- a/splash_smart_proxy_manager_example/splash_smart_proxy_manager_example/scripts/smart_proxy_manager.lua +++ b/splash_smart_proxy_manager_example/splash_smart_proxy_manager_example/scripts/smart_proxy_manager.lua @@ -6,7 +6,7 @@ function use_crawlera(splash) local password = '' local host = 'proxy.zyte.com' - local port = 8011 + local port = 8010 local session_header = 'X-Crawlera-Session' local session_id = 'create'