Hello, I'm writing an HTTP plug-in to handle FTP requests sent via HTTP e.g.
GET ftp://ftp.somewhere.com HTTP/1.1 Even though my plug-in intercepts the request and provides an HTTP response, TS still sends a "protocol not supported" error page back to the browser. Is that to be expected, or am I doing something wrong? TIA, Rob Maidment