I have an AWS ALB configured in such a way that it should REDIRECT (302) requests to https://example.com/api/v1/* to another region. However, it turns out, that the REDIRECT functionality of hte AWS ALB is changing all http: methods (POST, PUT, ...) to GET - so on the target server, I only receive "GET" Requests.
Now I don't know whether this is
- intended behavior
- a bug in AWS
- a settings issue
Can anyone help solve the puzzle ?