Skip to content

Commit 8902d93

Browse files
authored
Update RefererRedirect.md
1 parent dcc4bdb commit 8902d93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Component/RefererRedirect.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ This component uses a referer key in query string to redirect back to given refe
99
The neat thing here is that it doesn't require changes to existing actions. This can just be
1010
added on top, for one or all controllers.
1111

12+
Live demo: https://sandbox.dereuromark.de/sandbox/tools-examples/redirect-test
13+
1214
## Alternatives
1315
AN alternative is using hidden input fields, but that also requires a bit more logic in your controllers or component scope already.
1416
Hidden inputs, however, can lose their value on refresh, or if your browser restarts. So the safest bet is still to use query strings.

0 commit comments

Comments
 (0)