Posts

Post not yet marked as solved
2 Replies
2.0k Views
I need to send post requests in my iOS action extension, but I need to include HTTPOnly cookies in the request. Is there any way to access them? Using `document.cookie` excludes the HTTPOnly cookies as expected. The requests are always to the same domain as the website so there is no cross domain policy violations. I would send the requests via AJAX, but I need to access data in the extension before and after the request. There's no way to go back and forth between javascript and the extension, correct? Any suggestions are appreciated!
Posted
by jp.rider.
Last updated
.