alexa / alexa-skills-kit-sdk-for-python

The Alexa Skills Kit SDK for Python helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
https://developer.amazon.com/en-US/docs/alexa/alexa-skills-kit-sdk-for-python/overview.html
Apache License 2.0
812 stars 206 forks source link

Retrieve case-insensitive header values #139

Closed nikhilym closed 4 years ago

nikhilym commented 4 years ago

Description

Since header keys can be case-insensitive as per the RFC 2616 doc, we need to retrieve them correctly before retrieving the certificate for request verification.

Motivation and Context

136

Testing

tox tests ran successfully. Travis seems to fail because of invalid Python version on Macos new xcode package. Will check as per another PR.

Screenshots (if appropriate)

Types of changes

Checklist

License