TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Building Twilio Apps on Rails: Security, MMS and Delivery Receipts

2 pointsby crabasaover 10 years ago

1 comment

patio11over 10 years ago
Another option for securing Twilio apps is to a) use HTTPS between your server and Twilio, which you always want to do anyway and then b) use a shared secret to validate that the HTTP client your app is talking to is actually Twilio.<p>I do this, partially because it was easy to implement and partially because independently developed message signing and verification can be... finnicky. I have no particular reason to not trust Twilio&#x27;s generated signatures, but didn&#x27;t want a sudden confusion about e.g. ordering parameters to wake me up at 3 AM when it broke the system. Or worse, <i>not</i> wake me up at 3 AM when it broke the system.
评论 #8417039 未加载