[X ] I have searched for a similar issue in the project and found none
Issue Info
Info
Value
Platform Name
flutter / web
Platform Version
2.5
Dio Version
4.0.4
Repro rate
all the time (100%)
Issue Description and Steps
Requesting for blob:http://localhost/xyz1234 is not considered as an absolute URI by dio so the given url is prefixed with BaseOptions.baseUrl.
FYI, if it helps, Uri.isAbsolute recognizes it as it should.
The text was updated successfully, but these errors were encountered:
New Issue Checklist
Issue Info
Issue Description and Steps
Requesting for
blob:http://localhost/xyz1234is not considered as an absolute URI by dio so the given url is prefixed withBaseOptions.baseUrl.FYI, if it helps,
Uri.isAbsoluterecognizes it as it should.The text was updated successfully, but these errors were encountered: