You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to parse a sitemap on a site protected by a basic authentication. If there is just one sitemap file and I pass basic auth parameters in the url like http://{user}:{pass}@example.com, it works great. But if sitemap.xml is just an index of sitemap files, then those files will not be parsed and an empty result set is returned.
It would be great to have a basic auth parameter in Sitemapper class that would be applied to all sitemap files.
The text was updated successfully, but these errors were encountered:
@artemkolotilkin@holloway I think I'm in favor of @holloway's implementation and keeping that as an object passed into the requestHeaders.
We can add it to the README.MD as a way to help users implement it. Integrating username and password options that passes a plain text username and password strings feels less secure.
I need to parse a sitemap on a site protected by a basic authentication. If there is just one sitemap file and I pass basic auth parameters in the url like http://{user}:{pass}@example.com, it works great. But if sitemap.xml is just an index of sitemap files, then those files will not be parsed and an empty result set is returned.
It would be great to have a basic auth parameter in Sitemapper class that would be applied to all sitemap files.
The text was updated successfully, but these errors were encountered: