There was an error while loading. Please reload this page.
1 parent 18686e8 commit f51adddCopy full SHA for f51addd
1 file changed
src/Giraffe/Core.fs
@@ -310,6 +310,7 @@ module Core =
310
311
/// <summary>
312
/// Redirects to a different location with a `302` or `301` (when permanent) HTTP status code.
313
+ /// Does not validate redirection. Consider alternative: safeRedirectTo
314
/// </summary>
315
/// <param name="permanent">If true the redirect is permanent (301), otherwise temporary (302).</param>
316
/// <param name="location">The URL to redirect the client to.</param>
0 commit comments