When i worked arround data scrapping on industrial scale, i was buy here buy . fineproxy . org/eng/ thousands of proxies in package and all of them was be fast:cool:
The site behind cloudflare, seems like you did'nt use cookies, so cloudflare reject your post request
Before make POST reqest you should make GET request and store cookies info for the foolowing POST request
cookie: __cfduid=d8a6d2f361751d4f70da5048801f44c661561580731
It looks like your server does not serve php files. Make a simple test.php file containing the following code '<?php phpinfo(); ?>' and query this by browser http://yourdomain/folder/test.php . You should see the php info page, otherwise can be sure your server do not serving php files...
Take my golang code, you can easily convert it to any language
//Country struct
type Country struct {
Code string
Name string
}
//GetCountries list
func GetCountries() []Country {
return []Country{
Country{Code: "DR", Name: "Default Rate"},
Country{Code: "AD"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.