Closed irensaltali closed 9 months ago
Server
{ "alias": "x", "url": "https://x.serverlessapigateway.com" }
Path
{ "method": "ANY", "path": "/path-starts-here/{.+}", "integration": { "type": "http_proxy", "server": "x" }, "auth": false, }
Request:
curl --location 'https://serverlessapigateway.com/path-starts-here/ping'
This request should be proxied to https://x.serverlessapigateway.com/ping not https://x.serverlessapigateway.com/path-starts-here/ping
https://x.serverlessapigateway.com/ping
https://x.serverlessapigateway.com/path-starts-here/ping
:tada: This issue has been resolved in version 1.0.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Example:
Server
Path
Request:
This request should be proxied to
https://x.serverlessapigateway.com/ping
nothttps://x.serverlessapigateway.com/path-starts-here/ping