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.
Hello Support team,We have an extension in our org. when we tried to
check the reponse, could see below error userpath for
get__persons_personai```pythondefault_api.get__persons_person(person='')```PFA
SS for ref: we have used simple spec file only. ...
Hello Apigee Team,We have implemented a code twoo quota policies in our
API proxies as per the doc
https://cloud.google.com/apigee/docs/api-platform/reference/policies/quota-policy#sharedcounters
Our product is apigee hybrid.We tried in apigeee x as ...
Whenever we tried to pass the header Proxy-Authorization it's not being
sent and shown in the debug file. But if we use some random header for
example test-header in the request we could see it in the trace. Issue
only for apigee x. For edge we haven...
Hello,I have been using majjikumari85-eval edge cloud account from past
4 years. So created many proxies and using the edge. Now Apigee team
deleted my org without prior informing which causes I lost all my data.
I understand this is just eval accoun...
Thanks for your response. It's a bug in Apigee, and that has been
confirmed. I’ve read your comments and I understand what you said.I'm
not sure why you're unable to reproduce the steps. I provided the steps
in my initial comment to help recreate the...
We are observing an unusual behavior with the second quota policy in the
trace. While the first quota policy displays numbers as expected (e.g.,
allow count is 5, available count is 2, used count is 3), the second
quota policy shows a 64-bit integer ...
This values 9223372036854775807 only we are seeing in the trace only for
the second quota policy. For the first quota policy the numbers we are
observing in the trace as expected its like allow count is 5, available
count is 2, used count 3 whereas f...
We have come across similar issue. Whenever we tried to pass the header
Proxy-Authorization it's not being sent and shown in the debug file. But
if we use some random header for example test-header in the request we
could see it in the trace. Issue o...
Thank you,yes I have modified it to Identifier but still same behaviour.
still could see same behaviour--- when I tried to test the traffic it
took the max counter limit only. for example if I test the proxy by prod
app it allows 2 requests and after...