An open API service indexing awesome lists of open source software.

https://github.com/cyotek/internetgetcookieexdemo

Demonstration program for reading cookies from Internet Explorer using C#
https://github.com/cyotek/internetgetcookieexdemo

c-sharp cookie interop win32api

Last synced: 4 months ago
JSON representation

Demonstration program for reading cookies from Internet Explorer using C#

Awesome Lists containing this project

README

          

Reading cookies from Internet Explorer
======================================

This sample project demonstrations how to read cookies from Internet Explorer using either the `InternetGetCookieExW` Win32 API or the `WebBrowser` control.

For more details, see the accompanying blog post