WebSocket cookies on Android

I’m using SDK 42 and have session cookies set via fetch calls. IOS includes them on my WebSocket connection, but Android doesn’t seem to include any cookies. The cookies are httponly and secure. From what I’ve read they “should” be included at this point? Is anyone using them successfully w/ Android ?

Thanks!

FWIW it looks like Android only provides cookies that are set at the base path for the domain of the WebSocket. So if you’re cooke it set at some path like /ws and you are trying to connect to the path /ws it won’t be send. IOS sends it.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.