I have a form that when I submit it with the plain Request it completes fine and redirects correctly. However the PagesRequest I used to handle the request returns a 403 forbidden error. I am not sure why. permissions are exactly the same between the two.