To forward all HTTP requests after the base URL using API Gateway, follow this setup:
HTTP Method: ANY
https://your-api-id.execute-api.region.amazonaws.com/{proxy}
Resource path: ANY
/{proxy+}
This configuration is useful for wrapping all your APIs behind a single AWS endpoint, which can help bypass certain firewall restrictions.