Uploaded image for project: 'ManifoldCF'
  1. ManifoldCF
  2. CONNECTORS-1680

WebConnector: Support the Document Base URL element

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • ManifoldCF 2.21
    • Web connector
    • 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.

      Attachments

        Activity

          People

            kwright@metacarta.com Karl Wright
            schuch Markus Schuch
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: