Closed abr4xas closed 1 year ago
Thank you for bringing this issue to our attention. This page goes into more detail on how our request validation works. Per below, can you try disabling the TrimStrings middleware and see if that helps?
"Some frameworks may trim whitespace from POST body fields. A notable example is Laravel, which has the TrimStrings middleware enabled by default. You must disable these behaviors to successfully match signatures generated from fields that have leading or trailing whitespace."
Please let me know if you have any more questions!
Closing due to inactivity. Please re-open this issue or open a new GitHub issue if you still need help.
Issue Summary
I'm trying to create a small endpoint to send SMS and validate the incoming request from twilio using this: https://www.twilio.com/docs/usage/tutorials/how-to-secure-your-lumen-app-by-validating-incoming-twilio-requests and isn't working.
Steps to Reproduce
Code Snippet
Exception/Log
Technical details: