So I have a crawler using WinInet (but could be WinHTTP)
If I have to crawl a website that requires user login, I could in past tell people to login in using their IE browser and it would usually work.
That was because cookies were shared across WinInet / Internet Options / IE.
However, trying the same with the new Edge browser does not appear to work.
Searching Google brings up some information about Edge to IE, but not any mentions of WinInet. Maybe I am just looking the wrong place, but has anyone worked around this issue before?