I recently updated our servers to CF 8.0.1 and now none of my AJAX code works. I checked the XHR response in Firebug and instead of returning the requested data, it returns the HTML code for my site's home page.

All of this was working before the update and I have not changed any code. Has anyone else seen this before?

Thanks

I figured out what this was.

Security permissions on the cfc folder were blocking ajax requests. What I was getting in response was my site's 404 page.

So in other words, I'm stupid. lol

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.