Participant I
Since ‎04-03-2019
‎06-22-2021

My Stats

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

skulkarni's Bio

Badges skulkarni Earned

View all badges

Recent Activity

We have proxy which gets access and refresh token from external service.When we revoke the tokens using invalidatetoken operation and try to verify the same access token with validatetoken operation , its still active.
Instead of service callout , we want to make request through target endpoint and use the response from targetHttpconnection in policies under Proxy response flow.But once we convert , we are not seeing response from target url which we get incase of ...
The target url is set to non existing junk url in KVM and when that proxy is accessed , we are getting 404 response with body in HTML format .When same url is accessed via browser we could see site can't be reached error.
How can we set generic error handler in api proxy ie., whenever there is exception in proxy the raisefault policy which has customized message and respective status code has to be triggered.
Can we retrieve Key value from KVM in one environment from other environment that isSuppose we have KVM created in dev and we want to call this from proxy in other environment(test or prod).Is that possible and how?Also can we call across different o...