Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix HTTP redirect issues in NCAAB module #216

Merged
merged 1 commit into from
Oct 4, 2019

Commits on Oct 4, 2019

  1. Fix HTTP redirect issues in NCAAB module

    The NCAAB module was throwing unhandled HTTP 301 status codes for all
    pages, which masked 404 errors in the case of pages not being present,
    and therefore allowing false positives for pulling data from the
    website. The 301 codes were being thrown as the server automatically
    redirects from http:// to https:// for the linked pages, and should
    therefore default to https:// for the URLs to ensure proper codes are
    always returned while pulling webpages.
    
    Signed-Off-By: Robert Clark <robdclark@outlook.com>
    roclark committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    aa7a37f View commit details
    Browse the repository at this point in the history