Questions tagged [ip-restrictions]

86 questions
0
votes
1 answer

I have created a webapp in Azure and added a custom domain to it which was taken from Cloudflare

I have created a webapp in Azure (for example, abc.azurewebsites.net) and added a custom domain to it which was taken from Cloudflare (abc.contoso.com) (by adding CNAME point to Azurewebsites.net). Now my requirement is whenever customer access the…
0
votes
1 answer

Does Azure App Service support extended ACLs?

I am wondering how the IP restrictions in Azure App service works. The documentation states: https://learn.microsoft.com/en-us/azure/app-service/app-service-ip-restrictions "The IP Restrictions capability is implemented in the App Service front-end…
sargeMonkey
  • 606
  • 1
  • 7
  • 23
0
votes
2 answers

Why appcmd.exe does not allow to set ipSecurity allowUnlisted?

I would like to set ip restriction to the /admin folder on my website with PowerShell. I do understand, that because this section is locked I have to go to applicationHost.config, and unless I unlock I can not use local web.config in that particular…
g.pickardou
  • 32,346
  • 36
  • 123
  • 268
0
votes
1 answer

How to restrict access by IP address to specific path with Tomcat?

Dears, Can anyone help on restricting the access to a specific path on the web application by IP address? Currently I have applied RemoteAddrValve and it perfectly works for all web application directory. Actually I need to apply this only on…
0
votes
1 answer

Google Geocode API IP restrictions

When using IP restrictions for the Geocode API, what IP address should I put there? The IP address returned by a Google search of "What is my I.P."? Or the I.P address of the server where the application/website files are hosted? I have a website…
user765368
  • 19,590
  • 27
  • 96
  • 167
0
votes
1 answer

Using 10.0.128.25 address for AlwaysOn for IP restrictions in Azure App Service?

In the webserver logs (using az cli) I can see Get requests with the user agent AlwaysOn and the IP address 10.0.128.25 Can this IP address be reliably used for setting an allow IP restriction? This IP address isn't documented in…
0
votes
0 answers

How to make ddos attack to my web application?

Hi I have developed web application in angular 5 and hosted in azure cloud. I am trying to prevent ddos attach to my application. I have added below code in my web.config.
Niranjan
  • 537
  • 2
  • 14
  • 31
0
votes
0 answers

IIS 8.5 Output remaining requests in headers

I am using the 'IP Address and Domain Restrictions' setting on IIS 8.5 to deny IP addresses based on the number of requests over a period of time. Is is possible to output the remaining number of requests to the HTTP response headers, so users can…
0
votes
1 answer

What is the difference between AbortRequest and Forbidden

According to Dynamic IP Security document in Microsoft : AbortRequest : Specifies that by default IIS should send a deny mode response of Abort back to clients. The numeric value is 0. Forbidden : Specifies that by default IIS should send a…
Mohamed Farrag
  • 1,682
  • 2
  • 19
  • 41
0
votes
1 answer

Magento 1.9 Restrict a customer's acount login to a specific ip

One of our clients wants to restrict several client accounts to be able to login only from work. (Fixed Ip) This can not be solved through htaccess and Im not a Magento expert by no means. I have not found something usefull in google so any help…
0
votes
0 answers

Aws Elastic Bean Stalk and allowing IP's

I have an instance with Elastic Bean stalk and it connects with a dialogflow account . The only traffic that comes to elastic server is from dialogflow server's which are owned by google. I would like to restrict access to the elastic servers only…
0
votes
1 answer

REST Response not getting from a particular ip address

I am trying to get a REST response by hitting a remote API, I am getting response from local machine some other servers, but only from a particular ip address I am getting response X-Mashery-Error-Code ,Value : ERR_403_NOT_AUTHORIZED. I checked with…
0
votes
1 answer

Funneling Proxy Server through AWS Workspaces

I use RETSConnector to diagnose RETS server feeds. Some are IP restricted. I am trying to access these feeds through an AWS Windows 7 Workspace. You can connect with a proxy server, but it doesn't seem to affect the IP the space is reporting. So…
0
votes
1 answer

NGINX restriction I.P not working

I have a problem with my configuration, I use nginx/1.10.3, php5-fpm. this is my default config location : location / { try_files $uri $uri/ =404; allow 1.2.3.4; #my ip allow 127.0.0.1; allow 11.22.33.44; #server ip deny all; } when I try…
Daphyduck
  • 127
  • 1
  • 10
0
votes
1 answer

Android Restrictions as Embedded OS

Someone recently told me that there was a licencing constraint that prevented Android from running on anything other than a tablet or mobile phone. I couldn't find any evidence for the constraint. Does such a limitation exist?