InvestorsHub Logo

RCL Cruiser

04/23/14 12:18 PM

#31379 RE: deer99 #31377

If that is bothering you then just email and ask them. They respond pretty quickly to me.

dizy_izy

04/23/14 2:26 PM

#31394 RE: deer99 #31377

Let me clarify something here. Several have indicated that the website is not secure. This is true, however, the submission form IS secure. There are several ways to transmit information securely over the internet:

1) Secure the entire website with SSL encryption, which adds the https:// in from of the URL

2) Use SSL encryption to secure a JavaScript form on an unsecure website

FRTD used the second method to secure their submission form. Here is part of the website source code for the form:

<script type="text/javascript" src="https://b6.caspio.com/scripts/e1.js"></script>;
<script type="text/javascript">try{f_cbload("47eb200097a61bcba71348649eb8","https:");}catch(v_e){;}</script>

Notice the https:// in the source code for the submission form? The form is submitted through "https://b6.caspio.com/scripts/e1.js"; which uses SSL encryption.

Sorry for all the techie crap here, but hope this helps to calm some nerves about the "unsecure" website.