Retrieve URL raw data (source( #107
Unanswered
joejackson3
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@joejackson3 If I understand correctly, you can easily realize your needs by using the webview. You just need to load the URL and use |
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
-
Is it possible to retrieve the plain text of the target URL with compose-webview-multiplatform?
I have a very simple text file saved at a particular URL that I want to retrieve in my KMP project.
I'm seriously struggling to achieve this with KTOR as it has an issue with certain SSL certificates, which I don't fully understand.
I can easily load my URL with Webview as usual and it displays fine, so webview seems to handle that particular SSL certificate without any problems.
Beta Was this translation helpful? Give feedback.
All reactions