You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[✓] Flutter (Channel stable, 3.10.6, on macOS 14.4 23E214 darwin-arm64, locale zh-Hans-CN)
[!] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
✗ Android license status unknown.
Run `flutter doctor --android-licenses` to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/macos#android-setup for more details.
[✓] Xcode - develop for iOS and macOS (Xcode 15.3)
[✓] Chrome - develop for the web
[!] Android Studio (version 2023.2)
✗ Unable to find bundled Java version.
[✓] VS Code (version 1.88.0)
Package
dio
Version
5.2.1+1
Operating-System
Android
Adapter
Default Dio
Output of
flutter doctor -v
Dart Version
3.0.6
Steps to Reproduce
且Location依然是/a/b
2 . 此时dio默认会重定向重新请求 https://www.xxx.com/a/b, 但没有带上上次返回的cookie,导致一直302。
Expected Result
期望遇到302重定向前,从上次response取出cookie,作为下一次的request header
Actual Result
302没有带上上次response的cookie
The text was updated successfully, but these errors were encountered: