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
Howdy. We just had a big debugging session centered around redirects, and it turned out that they were redirecting from non-www to a www.domain URL, so spidr silently failed, finding that it was a different host, which is true, but not intuitive.
May we suggest that there be an option to include a logger and logger level, then you could log "page (url) prevented by host filter". That would be super duper nice.
The text was updated successfully, but these errors were encountered:
@perplexes I'm just curious how you were invoking spidr? If you used Spidr.host then it would only spider that hostname, none of the other sub-domains. Coming in 0.7.0, the Spidr.domain method will allow one to spider a domain (starting at http://#{domain}/) along with any of it's sub-domains.
Howdy. We just had a big debugging session centered around redirects, and it turned out that they were redirecting from non-www to a www.domain URL, so spidr silently failed, finding that it was a different host, which is true, but not intuitive.
May we suggest that there be an option to include a logger and logger level, then you could log "page (url) prevented by host filter". That would be super duper nice.
The text was updated successfully, but these errors were encountered: