Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何人都可以为我提供 ac# regex 以在请求 url 中点击弹性 ip 吗?有时我们会收到一些奇怪的请求,其中我们的服务器/负载均衡器的弹性 IP 在 url 中。我需要将哑重定向到我的原始域/停止处理此类请求。
编辑:弹性ip是指亚马逊云上服务器的ec2 ip。它具有主机名的这种模式。ec2-11-111-222-333.cd-blahblah-1.compute.amazonaws.com
在我看来,您可能只检查该compute.amazonaws.com部分是否在字符串中,但如果这还不够(来自这些主机的一些合法流量),您也许可以使用它(示例不是那么完整,可能是这种情况下没有抓住)
compute.amazonaws.com
ec2-[0-9-]+.cd-[a-z0-9-]+.compute.amazonaws.com