theghall
Results
3
comments of
theghall
Debugging a little it appears as if the gem encodes the `'` as %27 via URI, whereas the signature generated by Twilio did not encode the `'` as %27. Because...
Twilio support gave me the workaround of making the Webhook a POST instead of a GET. My code is now as follows: ``` # Need this because env['rack.url_scheme'] is only...
@[Sidsector9](https://github.com/Sidsector9) Looks like my host updated the version. I'll give it a go