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

My Stats

  • 9 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

honeyapigee's Bio

Badges honeyapigee Earned

View all badges

Recent Activity

Hi all,I have a jwt token genereated from a non-secure authentication url.Now I have to verify whether it is valid and extract its expiry time by decoding it.Guide me how to do it using a Javacallout policy vs Verify JWT token policy
Hi all,I have a requirement with 2 backends and 1 apigee url, one apigee url to make parallel calls to 2 backend urls. if response array from backend 1 has fields less than 50 then take rest from second backend response and display consolidated of 50...
Hi all,Is their any way to dynamically set these properties values per environment ? 30000 30000 http://www.apigee.com
Hi all,I'm new to Apigee. I'm working on a scenario, where I need to mention a condition if the response.content {Res:[{filed 1},{field 2}...{filed n}]}has less than 10 fields , I need to make a call to other service.what is the condition to be used?...