如何在apigee中捕获客户端URL?

问题描述 投票:0回答:1

如何捕获apigee中的客户端URL

我正在使用“代理端点”的“ PreFlow”中的javascript]

context.setVariable(“ request.header.host”,context.getVariable('request.header.host'))context.setVariable(“ request.header.origin”,context.getVariable('request.header.origin'))

我没有获得'request.header.origin'和'request.header.host'的任何值,我得到了代理端点

我如何在api端点的context的PreFlow中使用javascript捕获apigee中的客户端url。setVariable(“ request.header.host”,context.getVariable('request.header.host'))上下文。 ...

api cross-domain apigee
1个回答
0
投票

您想获取从客户端发送来的网址吗?

© www.soinside.com 2019 - 2024. All rights reserved.