SSL Site Usage

RapidSpell Web is compatible with SSL web-sites. To use the components over SSL the SSLFriendly

attribute must be set to true in the RapidSpellWeb and RapidSpellWebLauncher Tags/Beans, and a file

named “blank.html” must be present in the same folder as the page where RapidSpellWeb and

RapidSpellWebLauncher are used. The purpose of “blank.html” is to give the browser something to load in

the Iframes using SSL. If this doesn’t happen then a ‘mixed content’ warning will appear.; “blank.html”

should be a bare bones html page.

Code Example SSL Usage

Page containing the RapidSpellWeb control.

<%@ taglib uri="http://www.keyoti.com/" prefix="RapidSpellWeb" %>

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">

<html><body><Center>

<RapidSpellWeb:rapidSpellWeb SSLFriendly="true"/>

</center></body></html>

Blank.html

<html><body></body></html>