Accessing web with HTTP auth #187
Answered
by
janpeterka
janpeterka
asked this question in
Q&A
-
|
Hi, I'm trying to create iOS app for the first time. I'm struggling with using it with web that is behind HTTPAuth (test server). I already solved it for Android (see discussion), but I have no idea where to start in Swift. I'll be thankful for any pointers or references! |
Beta Was this translation helpful? Give feedback.
Answered by
janpeterka
Oct 7, 2025
Replies: 1 comment 1 reply
-
|
Hi, i had exactly the same problem, and accessed my server with the following code in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Interesting, I got another approach working (with help of this: hotwired/hotwire-native-android#167 (reply in thread)):