cancel
Showing results for 
Search instead for 
Did you mean: 

Access Denied to a sub-website

FIXED
mooragor
Newbie
Posts: 3
Registered: ‎08-09-2021

Access Denied to a sub-website

I'm getting very odd 'Access Denied' messages visiting certain websites.

 

https://reqnroll.net/  - is fine

 

 

https://docs.reqnroll.net/latest/quickstart/index.html    - gets me a 403 Access Denied message,

https://go.reqnroll.net/guide-migrating-from-specflow - gets me a 403 Access Denied message,

 

I can access both on my phone (not through wifi)

It seems to be an issue with plusnet networking forbidding certain things. - the message in the header seems to be 'Noncompliant Action', but there's no data on what caused it.

 

There is a help ticket open with the website in question, and they are struggling to understand why they are being blocked.  If your network team are able to shed any light on exactly why.   https://github.com/reqnroll/Reqnroll/issues/79

 

 

<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<title>Noncompliant action</title>
<style type="text/css">
#notification {
font-family: Lato;
margin: 0;
}
.header {
width: 100%;
min-width: 350px;
min-height: 37px;
margin: 0 auto;
padding: 20px 0px 13px 0px;
}
.form-wrapper {
background-color: #ffffff;
height: 100%;
min-height: 500px;
background-repeat: no-repeat;
background-position: center;
border-top: 3px solid #d0d0d0;
font-weight: normal;
font-size: 48px;
}
.form {
width: 350px;
margin: 0 auto;
}
h1 {
font-weight: normal;
margin: 0;
font-size: 21px;
padding: 114px 0px 0px 3px;
color: #555555;
}
.alert {
font-size: 12px;
padding: 6px 0px 6px 3px;
color: #555555;
position: relative;
}
.alert p {
padding: 0;
width: 350px;
}

.alert input {
/* position: absolute;
left: 4px;
top: 12px; */
}
.control-group {
margin-top: 18px;
}
input {
font-size: 15px;
border: 1px solid #cccccc; /* was #51A2BD */
background-color: white;
padding: 7px;
}
button {
margin: 10px 0px 0px 2px;
background-color: #1bacd3;
color: white;
width: 100px;
line-height: 25px;
font-size: 14px;
border: 1px solid rgba(0,0,0,0.2);
}
button.disabled {
background-color: #d5d5d5;
}
</style>
</head>

<body id="notification">
<div class="header-wrapper">
<div class="header"><a><!-- img src=Corporate logo goes here></img--></a></div>
</div>
<div class="form-wrapper">
<div class="form">
<h1>Access Denied</h1>
</div>
<!-- /content -->

</div>
<!-- /account-container -->

 

</body></html>

 

4 REPLIES 4
Champnet
Aspiring Hero
Posts: 2,608
Thanks: 985
Fixes: 12
Registered: ‎25-07-2007

Re: Access Denied to a sub-website

Fix

@mooragor  I’m on a Plusnet connection.

On my iPad all your links work.

On my desktop your links are immediately blocked as unsafe by Malwarebytes.

Might be worth checking your device security packages and settings.

 

mooragor
Newbie
Posts: 3
Registered: ‎08-09-2021

Re: Access Denied to a sub-website

Interesting!  I shall investigate that avenue - thank you very much!

Champnet
Aspiring Hero
Posts: 2,608
Thanks: 985
Fixes: 12
Registered: ‎25-07-2007

Re: Access Denied to a sub-website

Malwarebytes classed the web site links as riskware. This may be a false positive but it’s enough to block the site.

mooragor
Newbie
Posts: 3
Registered: ‎08-09-2021

Re: Access Denied to a sub-website

My company mandates 'Netscope' - similar to Malwarebytes.  Temporarily disabling it does allow the website to load - have raised a ticket with our IT team to get more info.  Thank you again!