I am making a cfhttp call to a URL.The URL is opening fine on my machine. The URL is also not an SSL encrypted URL.But I am getting cfhttp.statuscode as "403 Forbidden". Please Let me know is there any way to fix the issue.
Codes :
{
<cfhttp redirect="no" url="#desturl#" method="GET" timeout="20" userAgent="#useragent_txt#"/>
}