diff --git a/examples/lemin.php b/examples/lemin.php index abde69d..304aff4 100644 --- a/examples/lemin.php +++ b/examples/lemin.php @@ -10,7 +10,7 @@ $result = $solver->lemin([ 'captchaId' => 'CROPPED_d3d4d56_73ca4008925b4f83a8bed59c2dd0df6d', 'apiServer' => 'api.leminnow.com', - 'url' => 'http://sat2.aksigorta.com.tr', + 'url' => 'https://www.site.com/page/', ]); } catch (\Exception $e) { die($e->getMessage()); diff --git a/examples/lemin_options.php b/examples/lemin_options.php index edad2ea..9847d68 100644 --- a/examples/lemin_options.php +++ b/examples/lemin_options.php @@ -13,7 +13,7 @@ $result->code = $solver->lemin([ 'captchaId' => 'CROPPED_d3d4d56_73ca4008925b4f83a8bed59c2dd0df6d', 'apiServer' => 'api.leminnow.com', - 'url' => 'http://sat2.aksigorta.com.tr', + 'url' => 'https://www.site.com/page/', 'divId' => 'lemin-cropped-captcha', 'proxy' => [ 'type' => 'HTTPS', diff --git a/tests/LeminTest.php b/tests/LeminTest.php index 952cc1c..851ff41 100644 --- a/tests/LeminTest.php +++ b/tests/LeminTest.php @@ -11,7 +11,7 @@ public function testAllOptions() $params = [ 'captcha_id' => 'CROPPED_d3d4d56_73ca4008925b4f83a8bed59c2dd0df6d', 'api_server' => 'api.leminnow.com', - 'pageurl' => 'http://sat2.aksigorta.com.tr', + 'pageurl' => 'https://www.site.com/page/', 'proxy' => [ 'type' => 'HTTPS', 'uri' => 'username:str0ngP@$$W0rd@1.2.3.4:4321', @@ -22,7 +22,7 @@ public function testAllOptions() 'method' => 'lemin', 'captcha_id' => 'CROPPED_d3d4d56_73ca4008925b4f83a8bed59c2dd0df6d', 'api_server' => 'api.leminnow.com', - 'pageurl' => 'http://sat2.aksigorta.com.tr', + 'pageurl' => 'https://www.site.com/page/', 'proxy' => 'username:str0ngP@$$W0rd@1.2.3.4:4321', 'proxytype' => 'HTTPS', 'soft_id' => '4585',