ColdFusion 2025 Issue?
Am I doing something wrong or is there a bug in ColdFusion 2025? I get this error:
Could not find the ColdFusion component or interface http. Ensure that the name is correct and that the component or interface exists.When trying to instantiate an HTTP service object using the cfscript syntax:
<cfscript>
http = new http();
writeDump(http);
abort;
</cfscript>This is a fresh ColdFusion 2025 install.
