There are 3 methods of securing your token charged content on your website.
Method A: Hidden directory
Burying your content page on your server and using directory and filenames that cannot be easily guessed
Method B: Referrer checking
Installing a .htaccess file in the content directory, or in a folder above the content directory with restrictions that require the user to come from bee-tokens or your own website when accessing the information
Method C: BT XML Verify
An application that comes with a self decompressing installer that protects your site with a .htaccess file that calls the application and compares the credentials of your customer to the actual transaction log on Bee-Tokens and validates weather it is a valid transaction or not, customizable
Security matrix:
|
Available on |
Advantages |
Disadvantage |
|
|
Hidden |
All web servers |
|
|
|
Referrer checking |
|
|
|
|
BT XML Verify |
Apache Only |
|
|
How to use different methods:
Method A:
Just create a confusing directory structure and hide your content inside of it.
Example: http://mywebsite.com/btokens/content/hYtxf435/index.html
Method B:
Method C:
|
Bee-Tokens cannot provide support for Method C Security Installation. The application may work or it may not. We have left it up here incase you wanted to try it out. |
NOTES ABOUT METHOD C CONFIGURATION:
Security level 1: is just a time window that any content that is protected can be accessed by any user that has the URL
Security level 2: Checks to see if the user is coming from an IP address that has placed a transaction within the time frame
Security level 3: Checks to make sure that the user is coming from the right IP address, within the specified time window and is accessing the URL that is reported on the Bee-Tokens server.