Turns out the requests coming from Amazon SNS have
1 | Content-Type: text/plain |
amazon_params = JSON.parse(request.raw_post)
Notice that we’re using
1 | raw_post |
Developer from somewhere
Turns out the requests coming from Amazon SNS have
1 | Content-Type: text/plain |
amazon_params = JSON.parse(request.raw_post)
Notice that we’re using
1 | raw_post |