Unit 'fpHTTPClient' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl]

TFPHTTPClient.AllowRedirect

Whether to automatically follow HTTP redirects

Declaration

Source position: fphttpclient.pp line 480

published property TFPHTTPClient.AllowRedirect : Boolean;

Description

When set to True, the client will automatically follow HTTP redirects (3xx status codes). When False, redirects must be handled manually.

See also

MaxRedirects

  

Maximum number of redirects to follow automatically

OnRedirect

  

Event called when a redirect is encountered


Documentation generated on: Jan 27 2026