Redirect with params? #1280
Unanswered
juankamilo
asked this question in
Q&A
Replies: 1 comment 2 replies
-
h3 sendRedirect(event, location, code=302) You should be able to use any url string into the location |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can nitro handle redirect with params?
example:
http://localhost:8080/es/test/oldroute?testparam=123
to
http://localhost:8080/es/new/route?testparam=123
I don't see the option in code/docus so I guess not, but it would be nice to have the option.
Beta Was this translation helpful? Give feedback.
All reactions