robgab 0 Posted August 24, 2022 Is there a method to change the MaxRedirects of TRESTClient from the default of 5 to say 10? 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