twilio-rs icon indicating copy to clipboard operation
twilio-rs copied to clipboard

Make authentication optional

Open kecolus opened this issue 9 years ago • 2 comments

This library currently assumes that HTTPS will be used as discussed here.

This change would allow testing to be done using HTTP. This would allow a new user to test the library more quickly without having to put a certificate on their test server.

kecolus avatar Dec 03 '15 20:12 kecolus

Because I updated my master branch before creating this change, this pull request also includes the contents of https://github.com/neil-lobracco/twilio-rs/pull/3 and https://github.com/neil-lobracco/twilio-rs/pull/4. Sorry about the confusion.

kecolus avatar Dec 03 '15 21:12 kecolus

@kecolus Hmm, is it not just as easy to use something like ngrok for testing? I typically like to assume https always if I can help it.

lancecarlson avatar Jul 16 '17 01:07 lancecarlson