New Member
Since ‎04-20-2019
‎06-22-2021

My Stats

  • 4 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

andhalkarparima's Bio

Badges andhalkarparima Earned

View all badges

Recent Activity

I have Api proxy URL, I want to know API proxy , product and App associated with that URL ?I have have around 500 Api proxies, It is not possible for me to check each proxy's URL, So what is the easiest way to get the proxy name using URL ?
I am using apigee to allow only GET and PATCH request. I want to raise a fault for all other requests with error code 403. For that I have used Raised Fault policy. RF-only-GET-PATCH (request.verb !="GET") || (request.verb !="PATCH") Also trie...
Hi,I am using serviceCalloutPolicy to get response from some "xyz" api. The response returned by "xyz" api is text data like "abnfhjdkdhrju784hhkfjhbbhg21g3u2u9fdjkfnfddsnrijirry3784yewrgshbsdjbcjsvnvksdnv" which is neither json nor xml . so how can ...