Closed
Description
With the latest version (v5.0.0), use of subfolder with base64 requests is no longer working.
Type of request:
https://<distributionname>.cloudfront.net/<subfolder>/<base64encodedrequest>
I get this error message:
status: 400, code: 'DecodeRequest::CannotDecodeRequest', message: 'The image request you provided could not be decoded. Please check that your request is base64 encoded properly and refer to the documentation for additional guidance.'
It works with 4.2 version.
I think it's because of the fix done for the issue reported here : #194