Questions tagged [ip-restrictions]
86 questions
0
votes
1 answer
IP address and Domain restrictions showing 404 error - IIS 8.5
I want to restrict some IP's to access the website so I'm trying using IP address and domain restrictions feature but it's showing 404 error to allowed IP and for deny IP it's properly showing the request is denied.
I'm configuring this changes on…

Som
- 598
- 3
- 12
0
votes
0 answers
Apache Whitelisting IPaddress To Access Website
My requirement is to allow my website to be accessed only through the whitelisted ips.
What did I do is, as I'm on apache version (Server version: Apache/2.4.41 (Ubuntu)) I had added below block to apache_inbound.conf
As I'm on VPN I've got the ip…
0
votes
1 answer
How to apply ratelimiting (restricting access) on logged-in users taking screenshots of my website?
I maintain a record of users' email/IP taking screenshots (44 keypress) of our website.
Currently, I am blocking them based on their weekly screenshot count.
However, I'm thinking of applying daily rate-limiting such that they are restricted access…

Pranav
- 3
- 1
0
votes
1 answer
After added the user IP in inbound traffic(access restriction) of app service in azure, those IP user still cannot access the website
I have an app service that restrict all IP address and allow some of the IP, and I try to add my phone IP to test this function, it is work. But for other country's IP that I tried to add, the user from those IP cannot access.
Is that something…

AnakinC
- 5
- 5
0
votes
1 answer
Restrict internet access to tomcat application in azure vm with Load balancer
My setup is : Public facing LB - Linux VM - Apache tomcat : 2 applications - https://example.com and https://example.com/api/xxx. Now all security groups and rules are in place and able to access everything perfectly.
Need : Need to restrict the…

Anitha.R
- 344
- 2
- 15
0
votes
1 answer
How to set IP Address Restrictions for Management Service in IIS through PowerShell?
I'm looking for a way to script the whole IIS configuration through PowerShell and I've already done most of it. The problem I'm facing right now is how to set 'IP Address Restrictions' for Management Service in IIS.
I know there is a simple way to…

lis
- 1
- 3
0
votes
2 answers
How to block by ip with Apache
I am trying to place apache restrict by ip.
I tested on my IP if by blocking myself or accept only the other IP.
Apache was restarted, i really don't know which could be the problem
I could accessed on the page despite of the restriction
All…

Katy
- 39
- 6
0
votes
1 answer
Azure CDN returns 403 forbidden
The issue refers to the following scenario:
an Azure App Service
an Application Gateway with WAF v2. The backend pool contains the reference to the App Service.
a Microsoft Standard CDN
a Content Delivery Network WAF policy with associated the CDN…

Massimo Della Calce
- 406
- 4
- 17
0
votes
2 answers
IIS 8.5 Ignores IP Restrictions. Any recommendations?
I installed the IP and Domain Restrictions feature to IIS 8.5 (Windows Server 2012) and found out that it completely ignores Deny entries I put in for a website (by either IP Address or IP Address Range). I've tried recycling the app pool (as…

MC9000
- 2,076
- 7
- 45
- 80
0
votes
1 answer
Check request source IP against dynamic data using Spring Securiy WebSecurityConfigurerAdapter
Assuming I have the following class code:
@EnableWebSecurity
@Configuration
public static class ApiWebSecurityConfigurationAdapter extends WebSecurityConfigurerAdapter {
@Override
protected void configure(HttpSecurity http) throws Exception…

avig
- 11
0
votes
1 answer
SQL Server restriction by IP
My client's application access an Azure SQL Server database. This database has IP restrictions (only registered IPs can access the database). My IP is dynamic and I cannot change it at the moment.
In case I get a VPN with a dedicated IP address,…

RNA
- 63
- 2
- 8
0
votes
1 answer
Block specific page on Wordpress
Is there a way to restrict access to certain IP address for a specific page in WordPress? Can't find any resource online for this issue.
Say my site is example.com and I have a page example.com/free/ which only certain IP address can access. Other…

AbsoluteDW
- 1
- 1
0
votes
1 answer
Logic App issue with webhook callbacks comming from some unrecognized IP ranges
We are using Azure Logic Apps with webhooks.
The webhooks are calling some APIs (service fabric backend - but this shoudn't matter) via Azure APIM.
On completing the specific job, the APIs call the Logic App's webhook callback - just by the…

bandreas
- 869
- 1
- 8
- 25
0
votes
1 answer
ipRestrictions not working in Grails 3.3.10?
I can't get ipRestrictions to work via springsecurity.
I'm working with a bare app to try and isolate the issue with Grails 3.3.10 and spring-security-core 3.2.0.
Eventually I want to restrict access to a web service to a limited subnet. But in an…

Bill B
- 37
- 8
0
votes
2 answers
Failed to access Logic app via APIM when restricting APIM IP in logic app
Problem statement:
I have a logic app which I have exposed via APIM[I want this way as this is my design approach] and I want to allow only specific inbound IP address(in my case APIM IP) to access my logic app.
I have restricted the IPs in apim as…

Bikram
- 483
- 6
- 16