Skip to content

Commit

Permalink
Add note about validating webhooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Tork Baker committed Apr 5, 2019
1 parent c436143 commit 8010be3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
Use Twilio to receive SMS and MMS messages. For a step-by-step tutorial see the
<a href="https://www.twilio.com/docs/guides/receive-and-download-images-incoming-mms-messages-ruby-rails">Twilio docs</a>.

## Note: protect your webhooks

Twilio supports HTTP Basic and Digest Authentication. Authentication allows you to password protect your TwiML URLs on your web server so that only you and Twilio can access them.

Learn more about HTTP authentication [here](https://www.twilio.com/docs/usage/security#http-authentication), which includes sample code you can use to secure your web application by validating incoming Twilio requests.

## Local development

This project is built using the [Ruby on Rails](http://rubyonrails.org/) web framework.
Expand Down

0 comments on commit 8010be3

Please sign in to comment.