1 Risposta
- Più recenti
- Maggior numero di voti
- Maggior numero di commenti
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
con risposta 2 anni fa
Contenuto pertinente
- AWS UFFICIALEAggiornata un anno fa
- AWS UFFICIALEAggiornata 8 mesi fa
- AWS UFFICIALEAggiornata 2 anni fa
- AWS UFFICIALEAggiornata 2 anni fa
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