Copy link to clipboard
Copied
Problem:
first connection as - userService.call("/.HC.remoteLogin.remoteLogin",responder,parameters); (successful)
Which is read like this - /(root).HC(folder).remotelogin(.cfc file).remoteLogin(function call in the .cfc)
But my Hosting changed my setup and add folders to userService.call("/.jaguar.com.wwwroot.HC.remoteLogin.remoteLogin",responder,parameters); (not successful)
Which is now read like this - /(root).jaguar.com(folder).wwwroot(folder).HC(folder).remoteLogin(.cfc file).remoteLogin(function call in the .cfc).
com is not a seperate folder jaguar.com is the full name of the folder
How can I escape (.)com in folder name?
So, when machine read, there is no confusion.
Have something to add?
Find more inspiration, events, and resources on the new Adobe Community
Explore Now