Hello,
when using the TWebHttpRequest component, there is some strange behaviour:
When I request a file (I have several base64 encoded files in an assets directory) with the httpGET command, it is delivered and everything is fine.
But when the file does not exist, neither the OnAbort, nor the OnError event is executed, but the OnResponse event is executed with an empty string as response.
I think this is not the intended logic...
Best regards,
Meik Stoll