W
whenshaw
Guest
You definitely need to remove "rest" from the serviceURI. I'm sorry I didn't notice that earlier. You should not change the progress.all.js file. When you removed "rest" from the serviceURI, and got a 200 back on the request for home.html, were you testing from a browser session that you had previously used to make a successful test (where you had entered the localhost:8810/.../Test URI directly into the browser)? I am wondering whether the session ID from the successful access was cached, and that allowed you to access home.html. What happens if you do this: 1. remove the change that you made from progress.all.js 2. define the serviceURI without "rest" at the end 3. clear browsing data from the browser you're using with Telerik AppBuilder and restart it (just to be sure) 4. now run the test --Wayne
Continue reading...
Continue reading...