So.... use JSON/P or CORS. :) If you Google, you can find multiple blog
posts (by myself, and Nadel) on both of these topics. Both are easy to do
with ColdFusion.


On Fri, Mar 22, 2013 at 9:03 AM, Byte Me <byteme...@verizon.net> wrote:

>
> >Are you saying your HTML is NOT on the Shared SSL and your Ajax resource
> >is? If so, you're going to run into the cross domain security issue. You
> >can use JSON/P or CORS to get around it.
> >
> >
> >
> >
> >>
> Hi,
> my html & Ajax resource is not on the same server as the shared ssl server.
>
> This is what I got back when I submitted my trouble ticket:
>
> The issue is, that the shared ssl has a different 'home path' in IIS than
> your site has, so your current code is looking for the cfc in:
>
> D:\home\securec4.hostek.net\wwwroot\xx.cfc
>
> Instead of looking for it in:
>
> D:\home\yoursite.com\wwwroot\xx.cfc
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355132
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to