Gateway Proxy
Forward To Gateway
Forward request to Gateway server unchanged.
This catch-all route forwards any request to /api/gateway-proxy/* to the Gateway server. The request body, headers, and query parameters are passed through unchanged. The response from Gateway is returned unchanged.
Examples: GET /api/gateway-proxy/wallet -> GET localhost:15888/wallet POST /api/gateway-proxy/wallet/add -> POST localhost:15888/wallet/add GET /api/gateway-proxy/config -> GET localhost:15888/config
post/gateway-proxy/{path}
Path parameters
pathstring required
Response
Successful Response
{"stackTrail":"paths:/gateway-proxy/{path}:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}