Commit efb693f
authored
Parse cookies on redirect (#6987)
Fixes: #3954
When using the `AllowAutoRedirect` feature of `AndroidMessageHandler` to automatically follow 3xx redirects,
the cookies that are returned together with the redirection are not processed. If the redirection target requires
the cookies returned by the first request, the call will fail.
This change fixes this behavior and always processes the cookies before the redirection takes place.1 parent 82d16ae commit efb693f
File tree
1 file changed
+3
-3
lines changed- src/Mono.Android/Xamarin.Android.Net
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
582 | 582 | | |
583 | 583 | | |
584 | 584 | | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
585 | 588 | | |
586 | 589 | | |
587 | 590 | | |
588 | | - | |
589 | | - | |
590 | | - | |
591 | 591 | | |
592 | 592 | | |
593 | 593 | | |
| |||
0 commit comments