mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Handle credentials in modify_request_headers
Handle credentials and set the apropriate header in `modify_request_headers`.
This commit is contained in:
parent
10e7af50fe
commit
4d15b02dde
2 changed files with 20 additions and 20 deletions
|
@ -1,20 +0,0 @@
|
|||
[send-authentication-competing-names-passwords.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - "Basic" authenticated requests with competing user name/password options user/pass in open() call]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - "Basic" authenticated requests with competing user name/password options another user/pass in open() call - must override cached credentials from previous test]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - "Basic" authenticated requests with competing user name/password options user/pass both in URL userinfo AND open() call - expexted that open() wins]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - "Basic" authenticated requests with competing user name/password options user/pass *only* in URL userinfo]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - "Basic" authenticated requests with competing user name/password options user name in URL userinfo, password in open() call: user name wins and password is thrown away]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - "Basic" authenticated requests with competing user name/password options user name and password in URL userinfo, only user name in open() call: user name in open() wins]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue