New Member
Since ‎06-25-2018
‎06-22-2021

My Stats

  • 18 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

Babele's Bio

Badges rohitmonga Earned

View all badges

Recent Activity

Currently I am getting ETag from my target server and returning the response without any caching. But apigee is not returning ETag on my client. Due to which I not able to set If-None-Matched in request header of my next api call. I have gone through...
I have 2 target servers1. host1:88882. host2:8201Also I have 2 api where I am using above target serves.For #1 below target url is being createdhttp://host1/contentListenerFor #2 below target url is being createdhttp://host2/nis/inspectapi/v1/inspect...
Can anyone guide me for best practices to follow for apigee development. As of now we are doing version control only for api proxies and not for environment variables, caches, target servers etc. Someone need to manually do for each environment setup...
Hi,I am getting deployment error in apigee while deploying my api proxy. Please find snapshot for error attached.Please let me know how to fix this issue.apigee-error.png
Apigee apis sometimes are not returning valid response. My target api return 204 response. For this api apigee sometimes return 200 & sometimes 204 as response code and this api is being traced only when I get 204 response code. When I get 200 then a...