New Member
Since ‎04-15-2020
‎06-22-2021

My Stats

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

pranavsrivastav's Bio

Badges pranavsrivastav Earned

View all badges

Recent Activity

Hi, I want to call one API proxy in apigee from another api-proxy in apigee, using Java Callout. Could you please help with an example.I haven't been successful in finding examples stating a callout to an api-proxy from java-callout policy.
I get HTTP Link header from the backedn, like below. However, when I assign this in a variable in the javascript then only a part of the header is copied.Link =; rel=first,; rel=next,; rel=last For example:var link_headers = context.getVariable('resp...
Hi All, I have a REST API with url. https://abcxyz.com/baseurl/cities/{<!-- -->{cityId}}/stores/{<!-- -->{storeId}} I have created an API product with allowed resource paths below: (a) /cities/**/stores/** (b) /cities/*/stores/* My question - I am able to access the...
Likes from