Delphi Indy no response content after 404
问题 When Indy get a 404, I cannot get the response content, its always empty. For example, using Indy to access https://www.etsy.com/people/car, I get a 404 and contentstream (or assigned stream) is just empty. Doing the same with THttpClient, I also get a 404, but also get the content of the 404 page in the response stream. So my question is, how can I get the response content with Indy when its a 404? 回答1: using Indy to access https://www.etsy.com/people/car, I get a 404 and contentstream (or