Advertisement
Guest User

Untitled

a guest
Apr 16th, 2014
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <cfhttp url="#Variables.searchString#" method="POST" result="searchResults">
  2. <cfhttpparam type="header" name="Accept" value="application/json" />
  3. <cfhttpparam type="header" name="Connection" value="keep-alive" />
  4. <cfhttpparam type="header" name="Content-Type" value="application/json" />
  5. <cfhttpparam type="header" name="X-HTTP-Method-Override" value="GET" />
  6. <cfhttpparam type="header" name="X-UT-Embed-Error" value="true" />
  7. <cfhttpparam type="header" name="X-UT-PHISHING-TOKEN" value="#Variables.phishingKey#" />
  8. <cfhttpparam type="header" name="X-UT-SID" value="#Variables.sessionKey#" />
  9. </cfhttp>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement