Participant IV
Since ‎02-18-2015
‎10-11-2021

My Stats

  • 52 Posts
  • 4 Solutions
  • 30 Likes given
  • 7 Likes received

hari_vr's Bio

Badges hari_vr Earned

View all badges

Recent Activity

Is there any limit to the number of API Products that can be created within an Org in Apigee Edge OPDK? I could only see that Apigee X has a planned limit of 5000 API Products per Org - there is no mention of the same limit for Apigee OPDK
I have been using the JWT for a while now and have always had this nagging doubt that JWT generated from Apigee does not have the signature base64encoded. As per the IETF standards, the pseudocode for generating a JWT is: BASE64URL(UTF8(JWS Protected...
I am creating a cache using the management API and no matter what I specify, the valuesNull field is always false.This is the response when I created the cache : { "description" : "testcache", "diskSizeInMB" : 0, "distributed" : true, "expirySettings...
Below is the request I am sending to my proxy : curl -X POST https://mydomain.com/path?scope=lol -H 'Content-Type: application/x-www-form-urlencoded' -d 'scope=openid%20accounts'I am trying to access the scope in a javascript policy using the below e...
Question in short: In a scenario where multiple quotas have to be checked one after the another for a set of API Proxies (lets say at the product level, developer level and developer app level, in that order), in case one of the quota policies fails,...
Likes from