xorpas 2 Posted March 7 How to resolve TNetHTTPClient Maximum number of redirections (5) exceeded ? Share this post Link to post
Dmitry Arefiev 60 Posted March 7 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 2 Posted March 7 Thank you The problem is in the Host url I fixe it thank you Share this post Link to post