How to configure Rate Limiting for API Endpoints with Universal 1.5.0

Hi there,
I tried to enable Rate Limiting for some of my API Endpoints …

Then I created a script to run many request agains the server, but the rate limitier doesn’t seem the be activated …

Any idea what I am doing wrong?

Cheers Paul
Product: PowerShell Universal
Version: 1.5.0

Hi there,
I am able to ask my qeustion more precise now …

I can define a rate limit for an Endpoint like “/test” and then the limiter works as expected …
but if I have an endpoint like “/test1/:Username” and I want to add a limiter by using “/test1/*” as Endpoint it seems not to properly …

So the question actually is how to define a rate limiter if I have Endpoints of the following kinds:
“/test1/:Username” or “/test2?id=1234”

Cheers Paul

Update:
The rate limiter is working fine for Endpoint of kind: “/test2?id=1234” …!!

Update:
When rate limiter is engaged the Universal send back a 429 Error Code:
The remote server returned an error: (429) Too Many Requests.

Additional message in content is:
API calls quota exceeded! maximum admitted 10 per .

There is a little bug, where the numebr of tries is correct, but the time period wihtin the tries are allows is not returned!