标签: coldfusion coldfusion-9 http-status-code-403 cfml cfhttp
我正在对一个URL进行cfhttp调用。我的机器上的URL正常。该URL也不是SSL加密的URL。但我得到cfhttp.statuscode为“403 Forbidden”。请告诉我有什么方法可以解决这个问题。 代码: {
<cfhttp redirect="no" url="#desturl#" method="GET" timeout="20" userAgent="#useragent_txt#"/>
}