This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
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...
I am just hitting same request multiple times. Sometimes I am getting
204 (which is expected response and this is also being traced) and
sometimes I am getting 200 (which is not expected and this is not being
traced) with response body same as reques...
Apigee should return 204 response and I am able to trace this in tracing
tool. But sometime this api returns 200 response and at that time api is
not being traced.Please find attached snapshot for same