One for Devs out there. How do you get around the "Suspicious Activity" Error

Hello all,

I am currently in the process of review and im implementing rate limiting which is all good. Just check the header and wait for the retry easy. I have wrote tests etc and it all works fine.

However, When I try and test the app on say 500 items, before I get to rate limits I get this really nice big HTML of “Suspicious Activity” but it is a requirement that the app can handle 500 items at a time (which is fine).

My question has anyone had this hurdle before. Know how to get round it etc? do I need to get my IP on a list somewhere or something?

Any help would be much appreciated thank you.