I send so much request to http://www.finansgundem.com/ for get news.I am thinking That's why They blocks me. I am using phantomjs as Browser. How can i fix this problem?
This is Broser Codes
var driverService = PhantomJSDriverService.CreateDefaultService();
driverService.HideCommandPromptWindow = true;
driverService.IgnoreSslErrors = true;
driverService.LocalToRemoteUrlAccess = true;
Driver = new PhantomJSDriver(driverService);
and Request...
Driver.Navigate().GoToUrl(url);
var source=Driver.PageSource;
This is response of the requests...
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<h1>Forbidden</h1>
<p>You don't have permission to access /gundem/esad_i-soke-edecek-saldiri-705823.htm
on this server.
</p>
<hr>
<address>Apache/2.2.22 (Win32) mod_evasive2/1.10.1-win mod_jk/1.2.37 Server at www.finansgundem.com Port 80
</address>
</body>
</html>