Whenever I hit a URL, it brings down the CF7 server. How is this even possible?
The URL is:
http://xxxx.xxxx.com/productDetail.cfm?Gift=2146861189&storeID=382By the way, I also tried the following in a cfm page
<cfhttp method="get" url="
http://xxxx.xxxx.com/productDetail.cfm?Gift=2146861189&storeID=382" resolveurl="yes" throwonerror="yes">
this brings an error saying "503 Service Unavailable".
Did anybody have a similar problem? What's going on in here? Thanks for your time in advance.
Start Free Trial