I am calling an internal proxy through serviceCallout . In that proxy we have quota limits policy.
But the ServiceCallout Response is empty. I want to extract the parameters like ratelimit.Quota-Day.available.count out of that internal proxy to the calling proxy.
Below is the flow:
Proxy-->ServiceCallout-->InternalProxy(Having Quota Limit policies)-->ServiceCallout response empty
I need to extract the quota limits out of that internal proxy.