Enum RetryMode
When may requests be resent on a new connection?
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public enum RetryMode : byte
Always
The request may always be retried.
IdempotentOnly
The request may only be resent if the HTTP Method is idempotent. This SHOULD be the default per HTTP spec, but this appears to break tons of servers.
Never
The request may never be retried