8.5

<input type="text" name="pinElm1[pin_1][left]" value="361">
<input type="text" name="pinElm1[pin_1][top]" value="341">
<input type="text" name="pinElm1[pin_1][type]" value="dent">
Resulting XMLStructure in HTTPRequest Envelope
<values count="4">
<user_account>email@example.com</user_account>
<name>Peter Parker</name>
<company>Objectif Lune</company>
<pinElm1>
<pin_0>
<left>122</left>
<top>253</top>
<type>dent</type>
</pin_0>
<pin_1>
<left>361</left>
<top>341</top>
<type>dent</type>
</pin_1>
</pinElm1>
</values>
Note
SSL is used to accept secured, encrypted requests from web clients and requires a certificate delivered by an
approved authority. SSLcan also be called HTTPS, though that is a misnomer. For more information on SSLand
how to purchase a certificate, please see Q10694 on SSL.com.
Note
When SSL is enabled and a user sends a query prefixed with https://, then this specific communication will be
sent through port 443, which cannot be changed in Workflow. However, http:// requests will still be received on
the port specified in http server preferences.