Configure a reverse proxy by configuring an API External Server and a Gateway API
Endpoint. The API reverse proxy acts as an intermediary between your HTTP client and the
HTTP API, providing fine-grained access control for the API.
-
Configure an API External Server for the Meme Game API. An API External Server
controls how PingAuthorize Server handles connections to an HTTPS API
server, including configuration related to TLS. In this case, we simply need to
provide a base URL.
-
Sign on to the administrative console using the URL and credentials
from Accessing the GUIs.
-
Click External Servers.
-
Click New External Server and choose
API External Server.
-
For Name, specify Meme Game
API.
-
For Base URL, specify
https://meme-game.com.
The following image shows this configuration.

-
Click Save.
-
Configure a Gateway API Endpoint. A Gateway API
Endpoint controls how PingAuthorize Server proxies incoming HTTP
client requests to an upstream API server.
-
In the administrative console, click
Configuration and then Gateway API
Endpoints.
-
Click New Gateway API Endpoint.
-
For Name, specify Meme Game -
Games.
-
For Inbound Base Path, specify
/meme-game/api/v1/games.
The inbound base path defines the base request path for
requests to be received by PingAuthorize Server.
-
For Outbound Base Path, specify
/api/v1/games.
The outbound base path defines the base request path for requests
that PingAuthorize Server
forwards to an API server.
-
For API Server, specify Meme Game
API. This is the API External Server you defined
previously.
-
Save your changes.