ソースを参照

Update RefererRedirect.md

Mark Sch 5 年 前
コミット
8902d93c95
1 ファイル変更2 行追加0 行削除
  1. 2 0
      docs/Component/RefererRedirect.md

+ 2 - 0
docs/Component/RefererRedirect.md

@@ -9,6 +9,8 @@ This component uses a referer key in query string to redirect back to given refe
 The neat thing here is that it doesn't require changes to existing actions. This can just be
 added on top, for one or all controllers.
 
+Live demo: https://sandbox.dereuromark.de/sandbox/tools-examples/redirect-test
+
 ## Alternatives
 AN alternative is using hidden input fields, but that also requires a bit more logic in your controllers or component scope already.
 Hidden inputs, however, can lose their value on refresh, or if your browser restarts. So the safest bet is still to use query strings.