Peter360
Peter360
The sample at http://fsharp.github.io/FSharp.Data/library/Http.html Cause this error. `` open System.Net open FSharp.Data let cc = CookieContainer() let msdnUrl className = let root = "http://msdn.microsoft.com" sprintf "%s/en-gb/library/%s.aspx" root className // Send...
Yes the problem persists. ```xml Exe netcoreapp2.0 ``` Unhandled Exception: System.Net.CookieException: The 'Value'='ms310241(n)/aa139615(n)/aa139616(n)/mt502185(VS.110,n)/mt507958(VS.110,n)/mt521147(VS.110,n)/' part of the cookie is invalid. at System.Net.Cookie.VerifySetDefaults(CookieVariant variant, Uri uri, Boolean isLocalDomain, String localDomain, Boolean setDefault,...