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: fixes for handling more 3xx codes and not asking for trust twice #1771

Merged
merged 3 commits into from
Mar 31, 2024

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    998d82a View commit details
    Browse the repository at this point in the history
  2. fix: now handling more HTTP redirect types

    We were handling only a limited set of redirect types, this has now been
    extended to include all common and not so common 3xx redirect codes.
    This includes the somewhat strange 303 See Other where the spec isn't
    completely clear but the general concensus seems to be that it forces
    the next request to be a GET request.
    
    Fixes jbangdev#1769
    quintesse committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    bc32cd3 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    ed6b115 View commit details
    Browse the repository at this point in the history