Belgin Fish
Belgin Fish

Reputation: 19837

Best Way To Test IP Proxies with PHP

I currently have a script that scrapes proxies off websites, but I'm just wondering what the best way to test them would be, I want to test and sort into different categories like

Upvotes: 0

Views: 441

Answers (1)

Jimmy Ruska
Jimmy Ruska

Reputation: 468

lookup curl's set_opt function or study the protocols yourself and implement it using sockets. Testing proxies can take forever since some are just slow. You don't want to dismiss them too fast. 'Least with curl you can test many at the same time.

Upvotes: 1

Related Questions