Hi,
I am facing issue with <cfhttpparam> tag.
<cfhttpparam
type="URL"
name="auth_token"
value="#strJsonData.result.authToken#"
encoded="false"
/>
Here the value send strips new line because of which on the other end i am not able to fetch data w.r.t that value
Thanks and Regards
Vikrantraje