Set page privacy (without the native settings)

I need to make my app pages privates, but I can’t use the native system.
Any idea how to create (302 ?) server redirect with a specific condition ?

Hey Matt.
There is a easy setup that is a page workflow:


in that workflow add a check and add the navigate:

1 Like

Perfect, thanks a lot.

This doesn’t return a 302 (Permanently Moved) Status code though. You can create redirects within WeWeb manually, but upon condition there is no way to do this, since you don’t have the access to server’s redirection. It could give you “soft 404s” or at least that’s what I think I’ve read somewhere on the forum from other members.

1 Like

Makes sense actually. How could I check that with the dev tool ?

You can open the Dev Tools → Network and monitor what’s going on when you switch tabs. It usually also shows the status code.

2 Likes