Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not disable signature check for local development #161

Closed
ayoubabid opened this issue Nov 23, 2018 · 3 comments
Closed

Can not disable signature check for local development #161

ayoubabid opened this issue Nov 23, 2018 · 3 comments

Comments

@ayoubabid
Copy link
Contributor

I try to test my app in localhost. I use a REST Client in Browser to send POST Request to my app.
In alexa code version 1 was there a "FLAG" in SpeechletServlet : "com.amazon.speech.speechlet.servlet.disableRequestSignatureCheck" when it true , then the signature check will be ignored. In the new version, this flag was deleted.
How can i disable this check ? or is there a signature/certificate already prepared for developer to test locally ?
Thanks !

@breedloj
Copy link
Contributor

Hey, thanks for reaching out. We initially removed this feature for security concerns but I can definitely see cases where this functionality would be desired. We'll look into porting over the feature from the v1 SDK.

@Chris-Liao
Copy link
Contributor

Hey @ayoubabid please stay tuned for next SDK release which includes this fix, or you can pull the latest source code.

@breedloj
Copy link
Contributor

This feature is available in the 2.9.2 release of the SDK. Thanks again for the request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants