New Member
Since ‎03-11-2019
‎06-22-2021

My Stats

  • 15 Posts
  • 0 Solutions
  • 6 Likes given
  • 0 Likes received

benyuen-1's Bio

Badges benyuen-1 Earned

View all badges

Recent Activity

Hi,I got a proxy where we got 3 different environments and each environment should hit a different target.The targets looks something like this: https://server_test:8443/test_v0/api and https://server_qa:8443/qa_v0/api. 'test' and 'qa' are variables ...
Hi,I've a shared flow where im doing caching. Now when the shared flow is used in two different proxies but in the same environment it seems like they're sharing the cached value. I've scoped the caching as being Exclusive as in the doc because it gi...
Hi,I've a javascript policy, inside the javascript policy im doing som rest callouts to other apis for fetcing some values. Now this callout takes 500ms and is somewhat static. So caching it would really fit in here to make everything super fast.This...
Hi,I'm trying to add OAuth2.0 for my proxies where Apigee is the token creator.I've found this article: https://docs.apigee.com/api-platform/security/oauth/access-tokens.html#requestinganaccesstokenpasswordgranttypeIn this article it says for a clien...
Hey,I got an API proxy with two target endpoints both with a shared variable like this. https://test-{env}.com and https://test1-{env}.com. It seems like for https://test-{env}.com it works but for my https://test1-{env}.com it doesn't work at all. I...