Tag <cfhttp> error 403
tag cfhttp cf9 brings in the error 403.
In CF8 works correctly.
My code is:
<cfhttp url="http://cep.republicavirtual.com.br/web_cep.php?cep=91010000&formato=xml" charset="iso-8859-1" method="get") />
<cfif Left(cfhttp.StatusCode,3) is "200">
<cfset xml = xmlParse(cfhttp.fileContent)>
</ Cfif>
<cfdump var = #httplStatusCode#>
Bring me the error 403.
Have to change something on the server to use the tag with cfhttp cf9?
Thanks
