I want to set cookies for my webview
via the code. I know it was not possible in windows phone. But is it now possible in windows 8? Can anyone guide me?
Alternate Option: Can I pass Headers while navigating to a URL in windows 8?
In windows phone
Navigate(URL, [Flags,] [TargetFrameName,] [PostData,] [Headers])
In Windows 8
Navigate(Uri source)