Getting 403 on all POST requests when behind a reverse proxy

For anyone’s reference, the issue was indeed related with the “sc” cookie being marked as HttpOnly on Apache.

Fixing this solved the problem.

Thanks for the support.

1 Like