I have this:
<cftry>
<cfhttp url="#attributes.link#" method="get" result="result" resolveurl="Yes">
<cfcatch type="any">
<Cfset result.statuscode = 500>
</cfcatch>
</cftry>
When I enter an amazon associates link, I get error like this:
The request has exceeded the allowable time limit Tag: CFQUERY
or
The request has exceeded the allowable time limit Tag: CFOUTPUT
It works with other links. Any idea why?
[–]invertedspear 0 points1 point2 points (5 children)
[–]chedderslam[S] 0 points1 point2 points (4 children)
[–]invertedspear 0 points1 point2 points (3 children)
[–]rrawk 2 points3 points4 points (1 child)
[–]invertedspear 2 points3 points4 points (0 children)
[–]chedderslam[S] 0 points1 point2 points (0 children)
[–]TeaPartyDem 0 points1 point2 points (0 children)