IOS Auth header Support #5347
Unanswered
mohammadfahadrao
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using sockets in android to have a connection between backend(node js) app and my android app.
I'm successfully able connect to socket by passing auth header like
Since backend is expecting in auth.
this is working fine for android but on ios swift i'm unable to do so. I don't want to switch to query params as i'll have to change backend code and that is not in my reach.
Does swift not at all support auth header?
there is another web and react native example with which i was able to successfully connect.
This works on web version of my app and in react native android as well
Beta Was this translation helpful? Give feedback.
All reactions