smeevil / cloudex

An elixir library which helps with uploading image files or urls to cloudinary
Do What The F*ck You Want To Public License
103 stars 64 forks source link

Upload in clear #38

Closed kuon closed 6 years ago

kuon commented 6 years ago

I noticed here:

https://github.com/smeevil/cloudex/blob/2245f1489572046d3d4ef15a264c359c56f086de/lib/cloudex/cloudinary_api.ex#L107

That the upload was done over HTTP and not HTTPS, is there a reason to it?