Skip to content

Crawl https sitemap with http urls #639

Description

@SaschaHeyer

Hi Pascal,

how can I crawl a sitemap with is reachable with https but contains urls with http. Norconex is not identifying any startURLs in that case.

I tried already setting lenient to true

<sitemapResolverFactory ignore="false" lenient="true" class="com.norconex.collector.http.sitemap.impl.StandardSitemapResolverFactory">
      <path></path>
</sitemapResolverFactory>

As well as stayOnProtocol to false

<startURLs stayOnDomain="true" stayOnPort="true" stayOnProtocol="false">
        #parse("./shared/startUrls-sitemap.xml")
</startURLs>

Any other recommendations?

Best regards
Sascha

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions