Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 416 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 416 Bytes

SaveCookiesExample

How to Get Cookies from WKWebView & UIWebView in Swift

Introduction

In this tutorial, you will learn how to create a WebView, load a website in it and then get all the cookies from this page. You can then parse these or save it locally for future requests.

Full article HERE