Skip to content

Commit 9b74839

Browse files
authored
Update and rename ipsmartproxy.php to ipdecodo.php
1 parent 055ef83 commit 9b74839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

php/ipsmartproxy.php renamed to php/ipdecodo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
$client = new \GuzzleHttp\Client();
55

6-
$response = $client->request('POST', 'https://scraper-api.smartproxy.com/v2/scrape', [
7-
'body' => '{"target":"universal","parse":false,"url":"https://ip.smartproxy.com/"}',
6+
$response = $client->request('POST', 'https://scraper-api.decodo.com/v2/scrape', [
7+
'body' => '{"target":"universal","parse":false,"url":"https://ip.decodo.com/"}',
88
'headers' => [
99
'Accept' => 'application/json',
1010
'Authorization' => 'Basic AUTH',

0 commit comments

Comments
 (0)