-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.library-io
Description
Currently, POST doesn't follow redirects even when followRedirects
is set to True. This can be quite surprising for users. See dart-lang/http#157 .
A promising solution is to make followRedirects
default to false when using POST and other methods, but still allows user to override this behavior.
The python requests library does this and it seems to work well.
Metadata
Metadata
Assignees
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.library-io