Reputation: 1
Please help me with avoiding rate limiter when making load test.
My case: I have web resource that I need to perform load testing by Jmeter but it has rate limiter. It means that I can send requests to login from one IP only 100 times per minute(if it will be more that 100 per min, web resource is blocked). I need load web resource 500 time per minute. I need that each request will be from different IP. To make it, I need proxy rotor or something else.
Can you please help me with this question. Probably it can be setup via Jmeter or need third party services for that. If yes, please give example and what service are good with that.
Thank you in advance
Upvotes: 0
Views: 232
Reputation: 168157
Depending on your infrastructure capabilities you can
Upvotes: 0