<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Website access blocked in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Website-access-blocked/m-p/754338#M237859</link>
    <description>&lt;P&gt;Apparently they don't want automated processes "scraping" that site. The reason in the body looks like there site thinks you are a BOT of some sort.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Jul 2021 14:17:46 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2021-07-15T14:17:46Z</dc:date>
    <item>
      <title>Website access blocked</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Website-access-blocked/m-p/754330#M237852</link>
      <description>&lt;P&gt;Hi everyone ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to scrape "&lt;A href="https://www.corruptionwatch.org.za/news-views/&amp;quot;" target="_blank"&gt;https://www.corruptionwatch.org.za/news-views/"&lt;/A&gt;&amp;nbsp;website . However my access is getting blocked.&lt;/P&gt;
&lt;P&gt;I have attached the proc http code I used to fetch the HTML Code and the extracted HTML for your reference below.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please suggest a solution to resolve this problem?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;filename extract "Location/corruptionwatch.txt";

proc http
	method="GET"
	out=extract
	url="https://www.corruptionwatch.org.za/news-views/";
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html lang="en" xmlns="http://www.w3.org/1999/xhtml"&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;link rel="stylesheet" href="https://cdn.sucuri.net/sucuri-firewall-block.css" /&amp;gt;
&amp;lt;section class="center clearfix"&amp;gt;
&amp;lt;meta name="viewport" content="width=device-width, initial-scale=1.0" /&amp;gt;
&amp;lt;title&amp;gt;Sucuri WebSite Firewall - Access Denied&amp;lt;/title&amp;gt;
&amp;lt;link href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700" rel="stylesheet" type="text/css"&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
&amp;lt;div id="main-container"&amp;gt;
&amp;lt;header class="app-header clearfix"&amp;gt;
&amp;lt;div class="wrap"&amp;gt;
&amp;lt;a href="https://www.sucuri.net/?utm_source=firewall_block" class="logo"&amp;gt;&amp;lt;/a&amp;gt;
&amp;lt;span class="logo-neartext"&amp;gt;Website Firewall&amp;lt;/span&amp;gt;
&amp;lt;a href="https://sucuri.net/?utm_source=firewall_block" class="site-link"&amp;gt;Back to sucuri.net&amp;lt;/a&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/header&amp;gt;

&amp;lt;section class="app-content access-denied clearfix"&amp;gt;&amp;lt;div class="box center width-max-940"&amp;gt;&amp;lt;h1 class="brand-font font-size-xtra no-margin"&amp;gt;&amp;lt;i class="icon-circle-red"&amp;gt;&amp;lt;/i&amp;gt;Access Denied - Sucuri Website Firewall&amp;lt;/h1&amp;gt;
&amp;lt;p class="medium-text code-snippet"&amp;gt;If you are the site owner (or you manage this site), please whitelist your IP or if you think this block is an error please &amp;lt;a href="https://support.sucuri.net/?utm_source=firewall_block" class="color-green underline"&amp;gt;open a support ticket&amp;lt;/a&amp;gt; and make sure to include the block details (displayed in the box below), so we can assist you in troubleshooting the issue. &amp;lt;/p&amp;gt;&amp;lt;h2&amp;gt;Block details:&amp;lt;/h1&amp;gt;
&amp;lt;table class="property-table overflow-break-all line-height-16"&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td&amp;gt;Your IP:&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;&amp;lt;span&amp;gt;XX.XXX.XXX.XXX&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;URL:&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;&amp;lt;span&amp;gt;www.corruptionwatch.org.za/news-views/&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td&amp;gt;Your Browser: &amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;&amp;lt;span&amp;gt;SAS/9&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;Block ID:&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;&amp;lt;span&amp;gt;BNP004&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td&amp;gt;Block reason:&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;&amp;lt;span&amp;gt;Bad bot access attempt.&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td&amp;gt;Time:&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;&amp;lt;span&amp;gt;2021-07-15 09:21:34&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
&amp;lt;tr&amp;gt;
&amp;lt;td&amp;gt;Server ID:&amp;lt;/td&amp;gt;
&amp;lt;td&amp;gt;&amp;lt;span&amp;gt;18006&amp;lt;/span&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/section&amp;gt;

&amp;lt;footer&amp;gt;
&amp;lt;span&amp;gt;&amp;amp;copy; 2019 Sucuri Inc. All rights reserved.&amp;lt;/span&amp;gt;
&amp;lt;span id="privacy-policy"&amp;gt;&amp;lt;a href="https://sucuri.net/privacy-policy?utm_source=firewall_block" target="_blank" rel="nofollow noopener"&amp;gt;Privacy&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;
&amp;lt;/footer&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 13:54:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Website-access-blocked/m-p/754330#M237852</guid>
      <dc:creator>kaziumair</dc:creator>
      <dc:date>2021-07-15T13:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Website access blocked</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Website-access-blocked/m-p/754338#M237859</link>
      <description>&lt;P&gt;Apparently they don't want automated processes "scraping" that site. The reason in the body looks like there site thinks you are a BOT of some sort.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 14:17:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Website-access-blocked/m-p/754338#M237859</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-07-15T14:17:46Z</dc:date>
    </item>
  </channel>
</rss>

