I have the following task: download a file using HTTPS and authentication. Indy seems the way to go but for some reason it doesn\'t work so far. I have the following in plac
I have seen the same thing. Setting the TIdHTTP.ReadTimeout to zero fixes the problem for me.
... HTTP.IOHandler := IOHandler; HTTP.ReadTimeout := 0;