Setup Guide Part 1

11 7signal solution 46
7signal Solutions, Inc., 526 S. Main Street, Akron, Ohio 44311, USA, 855-763-9526, info@7signal.com, www.7signal.com
7signal Sapphire Carat User Guide Release 5.0
<form method="post" action="http://login.mycompany.com/login">
<input type="hidden" name="SiteId" value="123"/>
<input type="hidden" name="Target" value="www.othercompany.com"/>
<input type="hidden" name="PaymentMethod" value="Passthrough"/>
<input type="hidden" name="ProxyHost" value=""/>
<input name="Confirmed" value="1" type="hidden">
<input type=”text” name=”Username” value=”JohnDoe”/>
<input type=”password” name=”Password” value=”VerySecret”/>
<div id="do_submit">
<div id="free_submit_btn">
<input type="submit" tabindex="5" name="connect" value="" />
</div>
</div>
<div id="do_agree" >
<input name="DoAgree" value="1" type="checkbox" checked>
</div>
</form>
Based on this HTML code, the browser would generate a following HTTP POST data targeted to
http://login.mycompany.com/login:
SiteId=123&Target=www.othercompany.com&PaymentMethod=Passthrough&ProxyHost=&Confirmed=1&
Username=JohnDoe&Password=VerySecret&connect=&DoAgree=1
For more information how different HTML elements will be encoded, see
http://en.wikipedia.org/wiki/POST_%28HTTP%29
11.4.2 Creating Open HTTP Key
1. From the top menu bar, select “Manage | Network Keys” – the available key types and
existing keys are displayed in a hierarchical structure in the left pane
2. Right-click “Open HTTP” and select “Add key”
3. Fill in a name for the key
4. Enter authentication URL
5. Select “Use HTTP POST”, if needed (this is the usual case)
6. Enter POST data
7. Save the key by clicking “Save”.
Based on the HTTP POST example above, the Open HTTP key would look like the following: