Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32inet
>
InternetGetCookie
win32inet
.InternetGetCookie
string =
InternetGetCookie(
Url
, CookieName
)
Retrieves the cookie for the specified URL
Parameters
Url
: string
Site for which to retrieve cookie
CookieName
: string
Name of cookie (documented on MSDN as not implemented)