I'm trying to make a REST call to fedora-commons 3.8.1 and I continually get "401 Unauthorized" errors. I googled it and found that I need to make sure:
<param name="ENFORCE-MODE" value="permit-all-requests"/>
Is set in the Authorization module, which I did. Seems like an easy enough fix. I restarted my server and still get the same error.