Custom headers not passed to backend service while using AWS ALB with Custom Domain name

180 views Asked by At

I have a spring boot component which exposes a Rest API. This component is exposed using an AWS ALB with a custom domain name configured. I have now added some headers necessary for my Rest API. There's OpenAPI configured in my app which similar to swagger can help my send request to the Rest API.

The problem I see is that the headers are not passed to the my Rest application behind the ALB.

When executing the API request on Local machine, the headers are available to the Rest app. But when requested over the ALB exposed endpoint, headers are lost.

Is there any configuration to be done on the ALB the make sure headers are always forwarded?

0

There are 0 answers