-
let redirect = Redirect::to("https://not-my-server.com/abc".to_string());
return Ok(redirect.into_response()) does redirect to my localhost, rather than the target website |
Beta Was this translation helpful? Give feedback.
Answered by
lcmgh
Aug 26, 2022
Replies: 1 comment
-
Nevermind, I am simply wrong |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lcmgh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nevermind, I am simply wrong