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 ?
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.
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.

