Security - Public


Giving Public access to a resource in Warewolf is like turning off security for that resource.

To acheive this, you need to do 2 things:

  1. Give the Resource Public Permissions
    1. Either the whole server:Image 125
    2. Or just the Resource:Image 126
    3. Make sure both View and Execute are selected to execute the resource from outside Warewolf e.g. a browser and click Save at the bottom of the page.
  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
</a>">http://myserver:3142/public/Hello World.xml</a>

This article was helpful for 2 people. Czy artykuł był pomocny?