We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7e65c commit 8610cc6Copy full SHA for 8610cc6
FirebaseStorage/Sources/FIRStorageUtils.m
@@ -101,7 +101,7 @@ + (NSURLRequest *)defaultRequestForPath:(FIRStoragePath *)path
101
[queryItems addObject:[NSURLQueryItem queryItemWithName:key value:queryParams[key]]];
102
}
103
[components setQueryItems:queryItems];
104
- // NSURLComponents does not encode "+" as "@2B". This is however required by our backend, as
+ // NSURLComponents does not encode "+" as "%2B". This is however required by our backend, as
105
// it treats "+" as a shorthand encoding for spaces. See also
106
// https://stackoverflow.com/questions/31577188/how-to-encode-into-2b-with-nsurlcomponents
107
[components setPercentEncodedQuery:[[components percentEncodedQuery]
0 commit comments