07-08-2009 09:37 AM
var connector = remote.connect("http");
var re = /^http:\/\//;
if (!isDefault && !re.test(uri))
{
uri = "http://" + uri;
}
Can anyone tell me how to modify that JS file to allow for the option of https web views?
07-08-2009 08:38 PM
07-09-2009 11:38 AM
07-09-2009 12:40 PM
07-09-2009 02:22 PM
07-16-2009 01:45 PM
08-04-2009 08:12 AM
08-04-2009 09:35 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.