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
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
As well as stayOnProtocol to false
Any other recommendations?
Best regards
Sascha