robgab 0 Posted August 26, 2022 Is there a method to change the MaxRedirects of TRESTClient from the default of 5 to say 10? so that the redirection limit can be increased. some sites have more then 5 redirections , once the limit is reached the TRESTClient causes an exception. Handle redirects is set to true but no method exists for maxredirects using TRESTClient or TRESTRequest client : TRESTClient; request : TRESTRequest; .... client.HandleRedirects:=true; MaxRedirects ?? Share this post Link to post