REST.Client.TRESTRequest.HandleRedirects
Delphi
property HandleRedirects: Boolean read FHandleRedirects write SetHandleRedirects default 1;
C++
__property HandleRedirects = {default=1};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | REST.Client.pas REST.Client.hpp |
REST.Client | TRESTRequest |
Description
Indicates whether the client should automatically follow redirects (True) or not (False).
REST.Client.TRESTRequest.HandleRedirects inherits from REST.Client.TCustomRESTRequest.HandleRedirects. All content below this line refers to REST.Client.TCustomRESTRequest.HandleRedirects.
Indicates whether the client should automatically follow redirects (True) or not (False).
The default value is True.