11-03-2010 07:35 AM
11-09-2010 09:30 AM
<webscript>
<shortname>Web Scripts Home</shortname>
<description>Web Scripts Home</description>
<url>/</url>
<url>/index</url>
<authentication>admin</authentication>
<lifecycle>internal</lifecycle>
</webscript>
has authentication=admin - which is why you are prompted for login. So to disabled that, you just need overrides for the both the .get (retrieve index page) and .post (refresh index page i.e. Refresh Web Scripts command) scripts.<webscript>
<shortname>Web Scripts Home</shortname>
<description>Web Scripts Home</description>
<url>/</url>
<url>/index</url>
<authentication>none</authentication>
<lifecycle>internal</lifecycle>
</webscript>
and a new file called index.post.desc.xml to the same folder:<webscript>
<shortname>Web Script Maintenance</shortname>
<description>Maintain index of Web Scripts</description>
<url>/index?reset={reset?}</url>
<url>/?reset={reset?}</url>
<authentication>none</authentication>
<lifecycle>internal</lifecycle>
</webscript>
and refresh your webscripts or restart the server. You will no longer need admin privileges to execute a refresh or view the index page.11-09-2010 10:05 AM
11-09-2010 10:25 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.