Example URL | Protocol |
http://www.mycompany.com/document.pdf https://www.mycompany.com/document.pdf |
http/https |
Accessing files in this manner requires you to make the files accessible over the Internet via a web server. Use this method only when the files/content are not of a secure nature.
Example URL | Protocol |
http://user:password@www.mycompany.com/document.pdf https://user:password@www.mycompany.com/document.pdf |
http/https with Basic Authentication |
Using Basic Authentication, you can make your files accessible over the Internet only to those who know the correct username and password. The credentials are passed in as part of the URL. It is recommended that only the HTTPS protocol be used with this method so the credentials are protected during the request transmission.
Example URL | Protocol |
s3://[bucket-name]/[file-key] s3://mycompany-bucket/document.pdf |
Amazon S3 |
For those that have an Amazon S3 account, you can specify the location of the file by passing in the name of the bucket followed by the file name (or key) of the file. The file is stored in your S3 account and privacy is strictly under your control.
You will need to make sure to grant "read" access to the MessageGears Amazon account so we will be able to retrieve the file.
Comments
Article is closed for comments.