Staff
Since ‎10-18-2018
yesterday

My Stats

  • 74 Posts
  • 6 Solutions
  • 1 Likes given
  • 15 Likes received

Elad_Elkes's Bio

Badges williamspaul-1 Earned

View all badges

Recent Activity

At the surface, API Management seems like a really easy concept to grasp. Using a proxy middleware layer, an IT infrastructure team can intercept API requests. This position in the architecture allows IT organizations to enforce business rules like e...
The question is pretty straight forward, but I can't find any documentation that says there is or is not a string length limitation on the size of the external access token in the OAuthV2 policy.
Is there any way to get more detail from the OAuth 2.0 plugin? The only response I'm getting is as follows:{ "fault": { "faultstring": "Invalid access token", "detail": { "errorcode": "oauth.v2.InvalidAccessToken" } } } which is not terribly helpful,...
I'm working on creating a flow in which an oauth token is generated and (hopefully) registered with Edge, where it can be validated by Edge going forward. I successfully generate the 3rd party token, and appear to correctly register the token with ed...
According to https://community.apigee.com/questions/4303/how-do-i-transform-the-path-between-the-proxy-and.html, the best practice for updating URI path is to set the target.url variable.I've noticed that this causes downstream proxy response policie...