1. 03 May, 2019 4 commits
  2. 26 Apr, 2019 5 commits
  3. 25 Apr, 2019 2 commits
  4. 11 Apr, 2019 4 commits
  5. 10 Apr, 2019 4 commits
  6. 09 Apr, 2019 1 commit
  7. 07 Apr, 2019 4 commits
  8. 23 Mar, 2019 2 commits
  9. 21 Mar, 2019 5 commits
  10. 06 Mar, 2019 6 commits
  11. 28 Feb, 2019 1 commit
  12. 27 Feb, 2019 1 commit
  13. 05 Feb, 2019 1 commit
    • Fix request authentication when credentials are included in URLs (#751) · 4a822878
      * Fix authentication failure for some APIs
      
      Fixes an issue which occurs when APIs return authentication information in the URLs embedded in JSON responses.
      
      * Test authentication on same host with duplicated credentials
      
      Add test to ensure that basic authentication credentials in request URLs does not break authentication when they credentials match. This test purposefully does not examine program behavior when URL credentials and session credentials are different.
      Connor Brinton committed