【发布时间】:2018-02-08 20:05:48
【问题描述】:
这是服务调出政策:
<ServiceCallout name="GeoCodeClient">
<Request clearPayload="false" variable="GeocodingRequest" />
<Response>GeocodingResponse</Response>
<Timeout>30000</Timeout>
<HTTPTargetConnection>
<URL>http://maps.googleapis.com/maps/api/geocode/json</URL>
</HTTPTargetConnection>
</ServiceCallout>
假设我必须访问受用户名/密码保护的资源。如何将基本授权添加到此策略以使我能够做到这一点?
【问题讨论】:
标签: basic-authentication apigee