You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by switch grass <ap...@gmail.com> on 2006/04/24 04:12:05 UTC

[users@httpd] Recognize embed request from html page?

is there a way for apache to recognize a request from the <embed> tags of an
html page?

Re: [users@httpd] Recognize embed request from html page?

Posted by switch grass <ap...@gmail.com>.
eg: if i were to embed a flash movie like so on some-other-site.com  "<embed
src="mysite.com /movie.swf"></embed>". can apache on mysite.com tell that
the requested file is embeded?

On 4/24/06, Nick Kew <ni...@webthing.com> wrote:
>
> On Monday 24 April 2006 03:12, switch grass wrote:
> > is there a way for apache to recognize a request from the <embed> tags
> of
> > an html page?
>
> There's no <embed> tag in any published HTML version.
> You must be using some proprietary vendor-markup.
>
> Is the kind of processing described in the examples at
> http://apache.webthing.com/mod_publisher/macro.html
> what you're looking for?
>
> --
> Nick Kew
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

Re: [users@httpd] Recognize embed request from html page?

Posted by Nick Kew <ni...@webthing.com>.
On Monday 24 April 2006 03:12, switch grass wrote:
> is there a way for apache to recognize a request from the <embed> tags of
> an html page?

There's no <embed> tag in any published HTML version.
You must be using some proprietary vendor-markup.

Is the kind of processing described in the examples at
http://apache.webthing.com/mod_publisher/macro.html
what you're looking for?

-- 
Nick Kew

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org