Hi,
I've EASE turned on and encrypted links back into pages but keep getting the 403 forbidden page.The page to be accessed has anonymous role assigned to it and the view is marked for public access.
Is there anything else that needs to be done to enable a page to be accessed from outside using encrypted links.
Help get this topic noticed by sharing it on
Twitter,
Facebook, or email.


-
Anybody got anything to contribute here? Any help or pointers would be appreciated.
Going to the page itself works but I get the 403 when I add an encrypted parameter pointing to the record I want to access. -
-
In an effort to stoke a bit of interest I'll give more details.
The page is called PlayerProfile. The form is called publicEditForm1. I use GUIDs for PKs.
If I use the link as follows it works fine:
http://localhost:53351/Pages/PlayerPr...
That is of course with URL Hashing turned off. If I turn it on and encrypt the parameters I get the 403 error.
http://localhost:53351/Pages/PlayerPr...
Any ideas what I might be doing wrong. -