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 problematic retransmission of authentication token (alternative solution) #438

Merged
merged 1 commit into from
May 8, 2024

Commits on May 4, 2024

  1. Fix problematic retransmission of authentication token

    The retransmission of the authentication token to the server providing
    the artifact caused the following errors when using Artifacts v4:
    
      HTTPError: Response code 400 (Authentication information is not given
      in the correct format. Check the value of Authorization header.)
    
    It looks like the service serving the artifacts does not expect the
    authentication header, and therefore complaines about inproper use of
    the authentication header. Delegating the redirect-handling to the `got`
    library fixes the issue according to my tsts.
    JojOatXGME committed May 4, 2024
    Configuration menu
    Copy the full SHA
    f763877 View commit details
    Browse the repository at this point in the history