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

sign all AP requests #3434

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Commits on Sep 8, 2024

  1. sign all AP requests

    We have been attempting unsigned GET requests and then if they fail,
    sending another signed request within the same loop.
    
    This not only causes single-threaded instances to fail, confusing new
    users, but is also unnecessary, since servers that don't require
    requests to be signed will just ignore the signed headers.
    
    Signing all AP requests simplifies things and should see a
    marginal increase in speed when interacting with new servers
    that require signed payloads.
    hughrun committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    9c89e0f View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. update error message

    hughrun committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    cfe10fa View commit details
    Browse the repository at this point in the history