Hello again,

On Tue, 24 Dec 2024, Cuttler, Brian R (HEALTH) wrote:

... web developer wants to tell me they don't have any html ...

Er, right. :)

I'll look at those links, are you saying that they re-write them
between the server reading the page source and sending the page/with
anchors to the user's browser?

I think the normal approach is to take whatever request URI comes in
from the browser and convert *that* on the fly.  For example if the
URI sent by the browser is

http://a/b/c?whatever

the rewrite rules (of which there can be many and which can be very
specific to particular cases) could for example rewrite the request
URI to

http://x/y/z?something_else

So it doesn't matter that your pages contain the wrong URI and so the
browser asks for the wrong URI, you fix it up on receipt - and return
the document which would have been sent just as if the URI requested
in the first place had been the right one.

That would fix their problem by complicating the code and not fixing
the problem at the source, so a perfect fit...

I like what you did there. :)

BTW I think we're well off-topic here and should probably continue the
discussion privately if need be.  Don't worry if private mail to me is
rejected, I'll see it anyway.

--

73,
Ged.
--
Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from 
this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to