Hi,
While doing the “Add policies to your API” tutorial it seems I’ve found a bug.
I have the following code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<SpikeArrest async="false" continueOnError="false" enabled="true" name="Spike-Arrest-1">
<DisplayName>Spike Arrest-1</DisplayName>
<Properties/>
<Identifier ref="request.header.some-header-name"/>
<MessageWeight ref="request.header.weight"/>
<Rate>1pm</Rate>
</SpikeArrest>
According to the Tutorial, the Rate 1pm would allow me to have max os 2 request every 60 seconds but as you can see in the attachment file this is not happening.
Can you validate please?