1개 답변
- 최신
- 최다 투표
- 가장 많은 댓글
0
Have you tried adding a parameter mapping to the integration in API Gateway? I haven't tried it but you may have to append a dummy value because there's no "preserve" setting, only "overwrite", "remove" and "append".
Have you tried adding a parameter mapping to the integration in API Gateway? I haven't tried it but you may have to append a dummy value because there's no "preserve" setting, only "overwrite", "remove" and "append".
Yes, I can add the IP to a custom header, and that header will be available after passes through the VPC Link and the ALB. The problem is that I'm dealing with a Legacy application that no one in the team knows how it works. So I can not update the code to make it work with a different header.
Just to be clear, X-Forwarded-For is available in the API GW, the header vanish after passing though the VPC Link integration.
In that case I would create a support case to see if this is behaviour that is expected from the service or not.