Getting Started Guides
Build your first HTTP proxy route and confirm that the gateway rewrites and forwards traffic correctly.
When to use this
What this does not do
Repo-grounded example
{
"servers": [
{ "alias": "upstream", "url": "https://api.example.com/base" }
],
"paths": [
{
"method": "GET",
"path": "/proxy/{.+}",
"integration": {
"type": "http_proxy",
"server": "upstream"
}
}
]
}Troubleshooting
Related docs
Last updated