Hi Doug, Looks like we could use better error reporting in that code. Please try setting a breakpoint in AMFNetConnection.js where it sees that readyState === 4 and see what the xhr.status is. It appears that you are not getting a 200 status code.
I don't think this code currently handles redirects. Thanks, -Alex On 9/19/17, 9:08 PM, "doug777" <[email protected]> wrote: >OK fixed the browser issue. > >Now > ><js:RemoteObject id="roSTime" destination="ColdFusion" >source="localhost:8500.booxotel.STime" >endPoint="http://localhost:8500/booxotel/STime.cfc" >result="roCheckTestResultHandler(event)" fault="roFaultHandler(event)"/> > >result > >destination fault handler Object { code: -1005, message: "Invalid >response.", detail: "", data: null } Language.js:238:7 > >Doug > > > >-- >Sent from: >https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle >x-users.2333346.n4.nabble.com%2F&data=02%7C01%7C%7Cb7fd9c10c848497d460408d >4ffde3310%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636414777182137349& >sdata=f65FFd0nk9WA0wcsTQane9RqmB7yyN4acrInu7WGvFM%3D&reserved=0
