Question
Cfhttpparam Tag form data error
Hi All, Facing a weired issue in cfhttpparam, when I hard code a string value it goes without quotes: as seen in fireshark capture below:

But when this string is done dunamicly it gets wraped in "". adding Quotes makes it fail in third party REST API. see below line which adds quotes
<cfhttpparam type="formField" name="annotation" value="#some variables#">
