You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !
The text was updated successfully, but these errors were encountered:
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.
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 !
The text was updated successfully, but these errors were encountered: