kevin-mitchell / alexa-app

Set of classes to make creating Amazon Alexa Skills Kit (ASK) applications easier with Laravel and Lumen
MIT License
97 stars 47 forks source link

Base64 url for audio proxy routes #57

Closed S43534 closed 5 years ago

S43534 commented 6 years ago

base64 encoded strings can contain "/" which messes up the route. This pull request replaces the signs that should not be used in an URL. See: https://stackoverflow.com/a/11449627