|
@@ -422,7 +422,7 @@ class SessionDelegateTestCase: BaseTestCase {
|
|
|
let headers = [
|
|
let headers = [
|
|
|
"Authorization": "1234",
|
|
"Authorization": "1234",
|
|
|
"Custom-Header": "foobar",
|
|
"Custom-Header": "foobar",
|
|
|
- ]
|
|
|
|
|
|
|
+ ]
|
|
|
|
|
|
|
|
// NOTE: It appears that most headers are maintained during a redirect with the exception of the `Authorization`
|
|
// NOTE: It appears that most headers are maintained during a redirect with the exception of the `Authorization`
|
|
|
// header. It appears that Apple's strips the `Authorization` header from the redirected URL request. If you
|
|
// header. It appears that Apple's strips the `Authorization` header from the redirected URL request. If you
|