• 
      

    Always send Authorization header on authenticated webhooks

    Review Request #11193 — Created Sept. 21, 2020 and submitted

    Information

    Review Board
    master

    Reviewers

    The problem with HTTPBasicAuthHandler is that it will first attempt to make an
    unauthenticated request, and will retry with authentication only if a 401
    response was seen. However, some servers respond with 403 if the right
    credentials are not supplied right away.
    
     
    david
    1. Going to make some updates for unicode-safety and get this in. Thanks!

    2. 
        
    YX
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-3.0.x (5f34cfe)