Im trying to add multiple custom headers using a new policy (Policies -> Routing -> Custom Http Header
) like :
Host: toto.com
header1: val1
Header2: val2
but the invoked call is not working as expected, but when i saw the tracer i found that the added Header
in the Request headers
to native service call is
header1: val1
Header2: val2
So the Host header is dropped from request, Is there any reason why API Gateway is dropping the Host Header ?
Thak you.