How to redirect
#1111
-
This answer does not work. I have this piece of code and it doesn't redirect. We see a blank page
So I thought okay lets add the domain and try it like this
Then it errors out with
Is |
Beta Was this translation helpful? Give feedback.
Answered by
kt3k
Apr 13, 2023
Replies: 1 comment
-
You need to specify
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
iJKTen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to specify
30X
(307
,302
, etc) status code to do redirect. https://developer.mozilla.org/en-US/docs/Web/HTTP/Status401
means unauthorized error https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/401