Giving Public access to a resource in Warewolf is like turning off security for that resource.
First open the Settings by clicking on the Settings button in the toolbar.
To give Public access, you need to do 2 things:
1. Give the Resource Public Permissions
-
-
- Make sure both View and Execute are selected to execute the resource from outside Warewolf e.g. a browser and click Save.
-
2. Change /service/ or /secure/ in the URL to /public/ e.g.
<a href="http://myserver:3142/secure/Hello World.xml">http://myserver:3142/secure/Hello World.xml</a> Changes to: <a href="http://myserver:3142/public/Hello World.xml<br></a>">http://myserver:3142/public/Hello World.xml</a>