cancel
Showing results for 
Search instead for 
Did you mean: 

How do I unprotect a webscript?

garpinc
Champ in-the-making
Champ in-the-making
How do I unprotect a webscript? authentication = none doesn't appear to work. My webscript accesses avn nodes in protected area. If that's the problem where do I have to go to unprotect those specific nodes. This is 2.1 codebase.
2 REPLIES 2

mark_smithson
Champ in-the-making
Champ in-the-making
have you tried using

<authentication>guest</authentication> ?

davidc
Star Contributor
Star Contributor
Web Scripts will never allow you to bypass security policies set in the Repository.

If you're accessing data in the repository, you'll need at least guest authentication, but you'll only be able to access stuff that's been explicitly granted to guest.