How to allow requests from a certain domain.

0

So i want to block all request to my WAF except for request that come from this domain.com

已提問 3 個月前檢視次數 435 次
3 個答案
0
已接受的答案

To clarify, the request to reach your WAF will have the information of the domain it is called (ex., domain.com). By default, there will be nothing called "request comes from a specific domain" from my understanding. Hence, you could restrict the request to a specific domain using WAF. In case your question is whitelisting the caller, there will be some options:

  • Restrict specific IP Addresses can send requests to your application
  • Add some specific header to identify the caller that sends a request to your application.
profile picture
Minh Le
已回答 2 個月前
  • Thanks. That's what i ended up doing. We inspected every request looking for the caller information within the header.

0

Hi, you can use an allow list to match the domain and keep the default action as "BLOCK" https://docs.aws.amazon.com/waf/latest/developerguide/web-acl.html

Create a new WebACL and have just one custom WAF rule that you create for the domain you want to allow.

AWS
專家
已回答 3 個月前
  • I have turned the default action to block. I don't see the option to allow traffic from a certain domain. I can block using ip address but no luck with a domain.

0

You can’t block requests coming from a specific domain. This doesn’t exist in the world.

profile picture
專家
已回答 3 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南