Questions tagged [ip-restrictions]

86 questions
1
vote
2 answers

How to deny IP for a specific url from IIS when you have a rewrite url with path (.*)?

I would like to block (or allow) some ip from site in IIS for a specific URL. Actually I have that rule in my web.config for a rewrite url:
Hidak
  • 13
  • 3
1
vote
1 answer

dynamicIpSecurity is not Working on Azure Web App

I have used the code on web.config to enforce Dynamic IP Restrictions to deny concurrent requests like 10 within 10 seconds and concurrent request at same time like 5 requests.
1
vote
1 answer

IIS7 web.config rewrites to restrict access for IP range - can't get it to work?

I'm simply adding to a set of rules on existing rewrite rules for our company website. We have a file that we need to restrict to only our internal IP addresses. The URL is http://oursite.com/internal/index.aspx?u=blahblah and need it restricted to…
Ryan Peters
  • 7,608
  • 8
  • 41
  • 57
1
vote
1 answer

Set an IP restriction on service account

At first, I'm using service account with delegated credentials executing Apps Script API to run a function on Google Apps Script from a Python script via Google's Python client library, and it just works fine. I'd like to add some IP restriction for…
1
vote
0 answers

Disable Dynamic IP restriction for specific endpoints Asp.Net

I am trying to use Dynamic IP Restriction for IP based request Throttling in ASP.NET, all the requests to my server are getting throttled as per "denyByRequestRate" element attribute specified in web.config. Now I want to exclude certain paths from…
Avinash
  • 11
  • 1
1
vote
2 answers

How to restrict connections to glassfish?

I'm running a web application on a glassfish 3 server. The application should not be accessible for anyone. Instead I want to limit access to a handful static IP addresses. To block all communication via a firewall is not an option, since the server…
Uli Held
  • 539
  • 4
  • 7
1
vote
0 answers

IP restrictions and Domain Restrictions & Returned Status Code?

We are using IPDR which is working perfectly in the sense that its blocking what we are expecting it to block and allowing those things it should allow. What we are baffled with though is why its returning the status code it is to the client…
coding4fun
  • 8,038
  • 13
  • 58
  • 85
1
vote
1 answer

Can't seem to get .htaccess to only allow my IP

I have my .htaccess setup as order deny, allow deny from all allow from 123.my.ip my IP is what ipchicken is giving me yet I am getting internal server error from any address. I have also tried multiple IP locations. Following Apache copied from…
1
vote
1 answer

IP restriction error message

Say, If I restrict access to a site's subfolder using "IP address and domain restrictions", what would be the IIS error message I would be getting? I need to use a custom error message like "Your IP is not allowed to access this site", but would…
Rainmaker
  • 321
  • 3
  • 15
1
vote
0 answers

Restricting website access with 3G modem (tried Windows SteadyState)

Is it possible to restrict the allowed websites to a few pre-specified sites? I already tried restricting with Windows Steadystate but it didn't restrict anything. I also tried change the hosts file to 'hardcode ip' addresses and then setting fake…
abcde123483
  • 3,885
  • 4
  • 41
  • 41
0
votes
0 answers

Locksmith integration with Algolia

Integration with Locksmith (shopify app) with Algolia Is there a direct integration or workaround to integrate Algolia with Locksmith. Trying to achieve restricted access to pages for specific users. any steps are appreciated! nothing yet tried yet
0
votes
1 answer

Terraform azurerm_windows_function_app ip_restrictions issues

Using resource azurerm_windows_function_app, I am trying to use the ip_restriction block in site_config however upon plan/apply it errors as apparently optional values are required. All i want to achieve is to Deny all traffic unless from a…
0
votes
0 answers

Restricting website access by client geolocation

I need to restrict access to a website because of countries regulations. I know that Hosting providers or CDNs/Webservers like Cloudflare or NGINX can do that for me and is probably the best approach (?) but I think only if the website needs to…
0
votes
1 answer

Azure AppService IP address restrictions

I really have a simple question (well, I think that this is a simple question though). I'm trying to limit access just to one single IP address. If I'm inspecting the IP address, the IP address has a x.x.x.x/20 prefix. Most of the examples on the…
user20291437
  • 99
  • 1
  • 8
0
votes
1 answer

Restrict Frontdoor url only for office network or setup basic auth on storage blob service

This is our setup so far. 1)On production, we are hosting static web pages through Azure storage account, we have configured it on Frontdoor with a custom DNS. We have a requirement such that few of the static web page urls should ask for basic…