Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 866 Bytes

retryafterplugin.md

File metadata and controls

35 lines (24 loc) · 866 Bytes
title description author ms.author ms.date
RetryAfterPlugin
RetryAfterPlugin reference
garrytrinder
garrytrinder
04/08/2024

RetryAfterPlugin

Simulates the Retry-After header sent by an API after throttling a request. This plugin also shows a warning when proxy detects a subsequent request to the same URL before the Retry-After time elapses.

:::image type="content" source="../media/retry-after-plugin.png" alt-text="Screenshot of a command prompt with Dev Proxy forcefully failing a request that's been issued before the retry-after period." lightbox="../media/retry-after-plugin.png":::

Plugin instance definition

{
  "name": "RetryAfterPlugin",
  "enabled": true,
  "pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll"
}

Configuration example

None

Configuration properties

None

Command line options

None