alexa-js / alexa-verifier-middleware

An express middleware that verifies HTTP requests sent to an Alexa skill are sent from Amazon.
MIT License
31 stars 6 forks source link

not working with german special chars #22

Closed chanzler closed 7 years ago

chanzler commented 7 years ago

This middleware doesn't seem to work with german special chars like äöüÄÖÜß.

Example: "intent": { "name": "GetWord", "slots": { "Keyword": { "name": "Keyword", "value": "änderung" } } }

dblock commented 7 years ago

Are you sure it's a middleware issue @chanzler? Define "doesn't work"? Try to write a test that reproduces your problem?

chanzler commented 7 years ago

I found the error. It was due to an old node js version. Thanks and keep it up.