-
Notifications
You must be signed in to change notification settings - Fork 70
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
Add Certification Validation #3
Comments
Hey, you could simply click on "Fork this project and edit the file"! Than you could submit your changes and create a pull request without installing any git client ;) |
Thanks, I've done so ;) |
I don't see it right now: https://github.com/MiniCodeMonkey/amazon-alexa-php/pulls |
I forked it away, it says pull requests are not allowed here. |
Great job! Thanks. Saved me a lot of time. Only changes necessary for me: 55: $url=getallheaders()["Signaturecertchainurl"]; 48: $valid&=$url["port"]==443 || $url["port"]==null; Added above |
I've used this library to successfully publishing a skill in the store. For this, I've added full validation and modified response status to 400 on Exception. Furthermore, I've also reduced the timestamp validation time to 15 seconds, I'm not sure if it's required but with this modification amazon has acceppted the skill. Attached you find my modified Request.php, may you want to push it into the library., I'm too lazy to setup git ;)
Thanks for providing this library and Regards :)
Request.zip
The text was updated successfully, but these errors were encountered: