1개 답변
- 최신
- 최다 투표
- 가장 많은 댓글
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.
관련 콘텐츠
- 질문됨 2년 전
- 질문됨 일 년 전

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