<!--- HTTP request to technet --->
<cfhttp url="#rapURL#" method="POST" file="#rapFilename#" path="#rapFilepath#">
<cfhttpparam type="header" name="accept-encoding" value="no-compression" />
<cfhttpparam type="formField" name="username" value="#rapUsername#">
<cfhttpparam type="formField" name="password" value="#rapPassword#">
</cfhttp>
</cfoutput>