Is it possible to follow http redirect in AWS APIGateway ? If yes, how?

46 Views Asked by At

Say I have 2 classes of uri such as /v1/api/* and /v2/api/*. If a certain /v1/api/* url returns a 302 with location header pointed to /v2/api/*, I want AWS APIGateway to follow the redirect instead of the conventional redirection follow up by the browser.

Is it possible to do this in APIGateway ? If yes, how and which integration to use ?

Thanks in Advance.

0

There are 0 best solutions below