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
Because of load balancers on our public gateways, sdk retries requests in case of 404. It does so by adding __sdk-retry parameter with an increased value on each request to ensure that the response won't be cached by anything in between.
I've noticed that adding __sdk-retry parameter to /accounts/<address>/activities actually breaks the response
While the retry approach is not useful regarding this endpoint, would be good to know the parameter that can be used for this purpose. As a solution, I propose to ignore parameters starting with an underscore in query validation.
The text was updated successfully, but these errors were encountered:
Because of load balancers on our public gateways, sdk retries requests in case of 404. It does so by adding
__sdk-retry
parameter with an increased value on each request to ensure that the response won't be cached by anything in between.I've noticed that adding
__sdk-retry
parameter to/accounts/<address>/activities
actually breaks the responseWhile the retry approach is not useful regarding this endpoint, would be good to know the parameter that can be used for this purpose. As a solution, I propose to ignore parameters starting with an underscore in query validation.
The text was updated successfully, but these errors were encountered: