Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
HTML allows to specifiy the base URL to use for all relative URLs in a document:
<!doctype html> <html lang="de"> <head> <base href="https://example.org/"/> ... </head> ... </html>
https://developer.mozilla.org/de/docs/Web/HTML/Element/base
The Web Connector should respect this element when handling relative links.