1 Risposta
- Più recenti
- Maggior numero di voti
- Maggior numero di commenti
0
Based on your code sample, it looks like you're just trying to update the host header - your origin remains unchanged - is this correct?
Normally in this scenario, customers want to send traffic to a different origin, as well as updating the host header.
I suspect the problem might be down the way you are trying to update the header - there is an example here which shows how you can update the origin as well as the host header. I'd recommend using the syntax from there.
Contenuto pertinente
- AWS UFFICIALEAggiornata 9 mesi fa

Awesome. Thank you for this hint! The solution was to also edit the origin object.