When using TIdHttp like this:
Memo1.Text := IdHTTP1.post(url,data);
I can get response content to memo1 if it doesn't give http error. But when it gives http bad request, Indy doesn't give me content. I'm also using try..except but it only prevent error box and still doesn't give me content.
How can I get content even it returns http error?
When an HTTP error occurs, TIdHTTP
raises an EIdHTTPProtocolException
exception. That exception contains the HTTP status code in its ErrorCode
property, the HTTP status text in its Message
property, and the response data in its ErrorMessage
property.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With