Widen / cloudfront-auth

An AWS CloudFront Lambda@Edge function to authenticate requests using Google Apps, Microsoft, Auth0, OKTA, and GitHub login
ISC License
623 stars 148 forks source link

Parse `%20` as spaces before printing them #76

Closed thomasdbock closed 3 years ago

thomasdbock commented 3 years ago

Didn't realise I forgot to add this to my last PR, sorry.

Right now errors or descriptions with spaces would print them out as Access%20Denied for example. We want the %20 to actually be a space in the end.

payton commented 3 years ago

Ah, good catch. Thank you!