I have an ISV app which makes a call to Dynamics web api to get opportunity data. In this case a single service account will be used to get the data from the dynamics web api for all the customer accessing my app. Needless to say there is a possibility of hitting the api limit. Attached are the limits imposed by microsoft.
In such scenario I want to put in guard rails for the exception 429. My problem is that I am unable to repro the 429 limit exceeded error on local. If I can create this error then I can develop and test the guard rails I have put around it.
How to do I repro this 429 Too Many Requests
error locally?