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#
- Host: GitHub
- URL: https://github.com/cyotek/internetgetcookieexdemo
- Owner: cyotek
- Created: 2019-01-20T19:16:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-20T19:16:23.000Z (over 7 years ago)
- Last Synced: 2025-04-10T02:17:36.807Z (about 1 year ago)
- Topics: c-sharp, cookie, interop, win32api
- Language: C#
- Size: 24.4 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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