Request URI
{
"name": "My API",
"proxy": {
"listen_path": "/hello/*",
"upstreams" : {
"balancing": "roundrobin",
"targets": [
{"target": "http://my-api.com"}
]
},
"methods": ["GET"],
}
}GET /hello HTTP/1.1
Host: my-api.comGET /hello/resource?param=value HTTP/1.1
Host: my-api.comLast updated
Was this helpful?