Re: how to prevent the infinite http redirection

That is what the Link class is for.

    http://www.w3.org/Library/src/HTLink.html

You can see how the robot uses this class to register redirections and
the like:

    http://www.w3.org/Robot/src/HTRobot.c

Henrik Frystyk Nielsen,
mailto:frystyk@microsoft.com

----- Original Message -----
From: "Tu Yu-Guang" <tuyuguan@comp.nus.edu.sg>
To: <www-lib@w3.org>; <w3c-wai-ig@w3.org>
Cc: <tuyuguan@comp.nus.edu.sg>
Sent: Tuesday, January 25, 2000 01:29
Subject: how to prevent the infinite http redirection


> Hi,
>
> If I use http redirection "302" to redirect the http request among a
group
> of web servers, how to prevent the infinite loop? Does the library or
the
> http specification provide some interface to record the redirection
route?
>
> Please reply me directly, I am not in the mailing list
>
> Thank you,
> Yu Guang.
>

Received on Wednesday, 26 January 2000 14:16:42 UTC