You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What then causes further confusion is if I use the rejection_reason_header header is see that limits_exceeded is embedded in the response headers.
Personally, what I would like to see is the limits_exceeded as part of the xml in the error_code tag for consistency. I don't want to have to enable an extension for the single case where I need to know that I've exceeded limits, as per the docs linked above.
The text was updated successfully, but these errors were encountered:
Perhaps it is my misunderstanding but I am finding it confusing the way rejections due to breach of rate limits are presented to the caller.
For example in a standard response where I have exceeded the limits, I would get something like this:
So we see there we have a human readable
reason
but we have not gotten an error code tag.Now if I look at the docs here https://github.com/3scale/apisonator/blob/master/docs/rfcs/error_responses.md#currently-known-error_codes-and-proposed-classification I can see that
limits_exceeded
is a known error code that can be mapped to a409
response, so that is slightly conflicting with the actual response.What then causes further confusion is if I use the
rejection_reason_header
header is see thatlimits_exceeded
is embedded in the response headers.Personally, what I would like to see is the
limits_exceeded
as part of the xml in theerror_code
tag for consistency. I don't want to have to enable an extension for the single case where I need to know that I've exceeded limits, as per the docs linked above.The text was updated successfully, but these errors were encountered: