Skip to content

Instantly share code, notes, and snippets.

@Bellardia
Created January 18, 2016 18:39
Show Gist options
  • Save Bellardia/d811d596d3d47e25b0aa to your computer and use it in GitHub Desktop.
Save Bellardia/d811d596d3d47e25b0aa to your computer and use it in GitHub Desktop.
Exception: <!DOCTYPE html>
<html lang="en">
<head>
<meta charset=utf-8>
<title>Sucuri WebSite Firewall - CloudProxy - Access Denied</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="author" content="sucuri.net" />
<link rel="stylesheet" type="text/css" href="https://cdn.sucuri.net/sucuri-cloudproxy-block.css" media="screen" />
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/jquery-ui.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.7.1/themes/smoothness/jquery-ui.css" type="text/css" media="screen" />
<script type="text/javascript">
jQuery(function($){
$('.open-twofactorauth-popup').click(function(e){
e.preventDefault();
$('.overlap').show();
});
$('.overlap .overlap-close').click(function(e){
e.preventDefault();
$('.overlap').hide();
})
});
</script>
<script type="text/javascript">
WebFontConfig = {
google: { families: [ 'Open+Sans:400italic,600italic,800italic,400,700:latin' ] }
};
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})(); </script>
</head>
<body class="sitecheck">
<header>
<h2 class="logo left"><a href="https://sucuri.net/website-firewall/"><span>Sucuri, INC</span></a></h2>
<nav class="right">
<ul>
<li><a href='https://sucuri.net/website-firewall/' title="Sucuri Home">HOME</a></li>
<li><a href='http://blog.sucuri.net/' title="Research Blog">BLOG</a></li>
<li><a href='http://sucuri.net/contact' title="Contact Sucuri">CONTACT</a></li>
</ul>
</nav><!-- end Nav-->
</header><!-- end Header-->
<div class="content col_17">
<div class="pod-content clearer">
<h2><a href="http://cloudproxy.sucuri.net">Sucuri WebSite Firewall - CloudProxy - Access Denied</a></h2>
<div class="reg-faqfull">
<h4>What is going on?</h4>
<b>You are not allowed to access the requested page.</b> If you are the site owner, please open a ticket in our support page if you think it was caused by an error: <a href="https://support.sucuri.net">https://support.sucuri.net</a>. If you are not the owner of the web site, you can contact us at [email protected]. Also make sure to include the block details (displayed below), so we can better troubleshoot the error.
</div>
<div class="reg-faqfull">
<h4>Block details</h4>
<ul>
<li>Your IP: <b>54.174.129.156</b></li>
<li>URL: <b>affiliate.mediaclicktrker.com/api/v1.1/campaigns/319/caps/5232</b></li>
<li>Your Browser: Guzzle/5.3.0 curl/7.22.0 PHP/5.5.30-1+deb.sury.org~precise+1</li>
<li>Block ID: <b>MET043</b></li>
<li>Block reason: HTTP method not allowed.</li>
<li>Time: Mon, 18 Jan 2016 13:37:47 -0500</li>
<li>Server ID: <b>cp14012</b></li>
</ul>
</div>
<div class="reg-faqfull">
<h4>Sucuri CloudProxy</h4>
<p>CloudProxy is a WebSite Firewall from <a href="http://sucuri.net">Sucuri</a>. It stands between your site and the rest of the world and protects against attacks, malware infections, DDOS, brute force attempts and mostly anything that can harm it.
</p>
<p>
Not only that, but your sites get cached, speeding it up quite a bit. Interested? Visit <a href="http://cloudproxy.sucuri.net">http://cloudproxy.sucuri.net</a>
</p>
</div>
<br />
<br />
</div>
</div><!-- end Content -->
<footer class="foot col_17">
<span class="left">Copyright 2014, Sucuri LLC. All rights reserved. <br />
<a target="_blank" href="http://sucuri.net/terms">Terms of Service </a><span class="ftrspansep"> |</span> <a target="_blank" href="http://sucuri.net/privacy-policy">Privacy Policy</a>
</span>
<span class="right">Questions? <strong><a href="http://sucuri.net/live-chat">Ask us</a></strong></span>
</footer><!-- end Footer -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment