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 공식업데이트됨 2년 전
- AWS 공식업데이트됨 6달 전
- AWS 공식업데이트됨 5달 전
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