1 回答
- 最新
- 投票最多
- 评论最多
0
If you created a rule as you mentioned, you should try like below.
"curl http://apache-server-testing-loadbalancer-123456789.af-south-1.elb.amazonaws.com/test"
apache-server-testing-loadbalancer-123456789.af-south-1.elb.amazonaws.com is host field and "/test" is part of URI.
Thanks
已回答 2 年前
相关内容
- AWS 官方已更新 8 个月前
- AWS 官方已更新 6 个月前
- AWS 官方已更新 2 年前
- AWS 官方已更新 2 年前
Hi @ Eunsu_Shin, I thought having "/test" at the end represent "positional_constraint - ENDS_WITH. Isn't there a difference between STARTS_WITH and ENDS_WITH? Thanks