xorpas 4 Posted March 7, 2021 How to resolve TNetHTTPClient Maximum number of redirections (5) exceeded ? Share this post Link to post
Dmitry Arefiev 101 Posted March 7, 2021 You should understand what all these redirections are: if this is endless loop of redirections, then many options: fix the server logic; use different URL; provide additional headers (eg authentication); etc if this is long chain of redirections, then set MaxRedirects to a higher value. 1 Share this post Link to post
xorpas 4 Posted March 7, 2021 Thank you The problem is in the Host url I fixe it thank you Share this post Link to post