I am trying to use AWS API Gateway as a reverse HTTP proxy to front several prototype web applications which are deployed as docker and rails app. Everything seem to be ok but when I access my website with
http://domainname.com/app//privacy/ -> Rails app throw error 404 not found.
http://domainname.com/app/privacy/ -> OK
The having issue with //
If someone know how to fix this problem, please help me out.
aws proxy config: