You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by Rob Maidment <rm...@gmail.com> on 2016/08/19 08:02:18 UTC

Fwd: plug-in to handle FTP URLs

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