Make background requests from native screen #232
-
|
Hello! I'm currently using a native UICalendarView, and I would like to make JSON background requests to my application to filter day decorations. I was wondering if there is an easy way to implement this via the Navigator or any Hotwired class. As the application has authentication, I don't really want to re-implement the whole cookie sending thing. Thanks in advance 🙏 |
Beta Was this translation helpful? Give feedback.
Answered by
joemasilotti
Feb 17, 2026
Replies: 1 comment 1 reply
-
|
You should be able to use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SebouChu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to use
URLSession.sharedto make the network requests, that will share cookies by default!