RomainVialard / FirebaseApp

Google Apps Script binding for Firebase Realtime Database
Apache License 2.0
116 stars 30 forks source link

Added the X-Firebase-Decoding: 1 header #14

Closed RomainVialard closed 5 years ago

RomainVialard commented 5 years ago

When URLs are parsed for the REST API, Firebase decode query parameters twice. Starting February 6, 2019, they will change the behavior so all URLs are parsed correctly (and are RFC compliant, according to RFC 3986, Section 2) . Until February 6, 2019, we can add the X-Firebase-Decoding: 1 to our requests, to verify if those requests are impacted by this change.