TWebHttpRequest not working with my URLs - Can't figure out why. Please help!

Hi
The example urls you use are static files (links.txt and test.html) so I think you need to enable CORS via Apache configuration files. If you are able to upload some php scripts on your server add header('Access-Control-Allow-Origin: *'); to top of the php code.