Closed irensaltali closed 8 months ago
In following config /api/webhook/workflow path should not match with proxy path.
/api/webhook/workflow
{ "method": "ANY", "path": "/api/webhook/{.+}", "integration": { "type": "http_proxy", "server": "api" }, "auth": true }, { "method": "ANY", "path": "/api/webhook/workflow", "integration": { "type": "http", "server": "workflow" }, "auth": false },
In following config
/api/webhook/workflow
path should not match with proxy path.