Redirect Url
#103
-
Hi, does Ksoup support Url redirect? (should I choose the one with Ktor3?) |
Beta Was this translation helpful? Give feedback.
Answered by
itboy87
Dec 5, 2024
Replies: 1 comment 2 replies
-
Yes, Ktor supports redirects by default, and you can use Ksoup with Ktor 3 by adding the ksoup-network module. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
itboy87
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, Ktor supports redirects by default, and you can use Ksoup with Ktor 3 by adding the ksoup-network module.