On Wed, Apr 28, 2010 at 3:12 AM, rangeli nepal <rangeli.ne...@gmail.com> wrote:
> Good Evening Everybody,
>
> I am not sure if I am asking this question at right forum or not. I am sorry
> if it is not the right forum.
> I am wondering "if there is way based on http headers to determine if the
> requesting party has html rendering capability or not"?
> Any ideas or suggestion will be appreciated.
> Thank you.
> Santos
>

Most browsers will send an Accept header:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html

If the header isn't there, you should assume that they can handle all
content types.

Cheers

Tom

---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to