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
![Screenshot 2022-12-13 at 20 15 06](https://user-images.githubusercontent.com/1004667/207412922-2a48dbe1-92ce-4ec8-9817-7a0c5919ed99.png)
(w1f6g52TQqKf0ipOC-3Gc2HelnR72vgScG9mCJ_ticxPbpYHco7Qmw==) ERROR Validation error: Lambda function result validation failed, the function returned an invalid header, invalid character : '%0D' in header value, headerName : Location.
The text was updated successfully, but these errors were encountered:
Same here. Digging deeper with my almost nonexistent Lambda skills, I noticed this code fragment in the Lambda@Edge function which seems to handle that request:
So as I read it, it takes the request body (which is multipart form encoded) and attaches it as-is to the redirect Location: header.
This data contains multiple CRLF (\r\n).
![Screenshot 2022-12-13 at 20 15 06](https://user-images.githubusercontent.com/1004667/207412922-2a48dbe1-92ce-4ec8-9817-7a0c5919ed99.png)
The text was updated successfully, but these errors were encountered: