标签: node.js apigee
我在apigee Edge中使用express 4运行此代码:
// ..... router.all('*', function(req, res, next){ console.log(apigee.getVariable(req, 'request.client.ip')); }
我无法成功获取任何流量变量。
使用快速中间件req对象支持apigee访问吗?
答案 0 :(得分:0)
Express 4中有一些错误,目前不支持。支持的版本是3.7。