Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[browser][http] HttpClient does not support redirect. #41255

Closed
kjpou1 opened this issue Aug 24, 2020 · 1 comment · Fixed by #41394
Closed

[browser][http] HttpClient does not support redirect. #41255

kjpou1 opened this issue Aug 24, 2020 · 1 comment · Fixed by #41394
Assignees
Labels
arch-wasm WebAssembly architecture area-System.Net.Http
Milestone

Comments

@kjpou1
Copy link
Contributor

kjpou1 commented Aug 24, 2020

The fetch command handles a redirect by passing the redirect parameter:

The http client implementation does not support the AllowAutoRedirect property.

redirect
The redirect mode to use: follow (automatically follow redirects), error (abort with an error if a redirect occurs), or manual (handle redirects manually). In Chrome the default is follow (before Chrome 47 it defaulted to manual).

MDN web docs

See issue #39365 as well.

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added area-System.Net.Http untriaged New issue has not been triaged by the area owner labels Aug 24, 2020
@ghost
Copy link

ghost commented Aug 24, 2020

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

@kjpou1 kjpou1 self-assigned this Aug 24, 2020
@kjpou1 kjpou1 added the arch-wasm WebAssembly architecture label Aug 24, 2020
@marek-safar marek-safar removed the untriaged New issue has not been triaged by the area owner label Aug 24, 2020
@marek-safar marek-safar added this to the 6.0.0 milestone Aug 24, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-System.Net.Http
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants