I'm using the <base> tag for the first time, and was wondering if there was a way – short of typing the full url – to tell the browser that a specific root-relative link in the code is to be ignored by the behavior.
I guess at the end of the day I'm asking if I can have my cake and eat it too. All my links are root-relative but I want some of them to be relative to one domain and some to be relative to another.
I'm pretty sure entering the full url is the only way to override <base>, but I figured I'd ask just to confirm.
I think you have your answer. As far as I know, that would be the only way.