I have a table with a lot of shared link from the database.
Now the client wants to bind certain types (or show). Changing the page that makes the links is very difficult, so I want to show some kind of warning to the user, but it would be ideal for the browser to stay on the page, instead of navigating to a blank one and forcing the user o to press back.
Is there an HTTP status code that tells the browser to stay on the current page?
source share