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
Hi!
I want to implement retry strategy for dynamics calls and noticed that there are no dynamics headers in error response. To be more specific, I want to retry call in case of HTTP Status 429 (Too Many Requests). I can see "status" field in "error" object, but for 429 Dynamics returns also standard Retry-After header, which is missing.
Is it possible to add it in current 1.X version?
The text was updated successfully, but these errors were encountered:
@m-szyszka , I've released a new patch 1.6.7 with a requested change. You can access headers through error.headers property. Please let me know if it solves the problem you have.
Thanks
Hi!
I want to implement retry strategy for dynamics calls and noticed that there are no dynamics headers in error response. To be more specific, I want to retry call in case of HTTP Status 429 (Too Many Requests). I can see "status" field in "error" object, but for 429 Dynamics returns also standard Retry-After header, which is missing.
Is it possible to add it in current 1.X version?
The text was updated successfully, but these errors were encountered: