This tutorial describes how to use the API security gateway to allow requests to a parameterized endpoint.
You will configure
https://localhost:7443/meme-game/api/v1/users/{user}/answers
to
proxy to https://meme-game.com/api/v1/users/{user}/answers
, where
user
can be any username.