I'm trying to track down why my embedded GeckoWebBrowser (geckofx-45) is behaving differently when browsing across an HTTPS "authentication portal" (SSO portal).
My current theory is that testing with a standalone browser is somehow accepting and retaining cookies needed as the browser navigates, but the embedded geckofx is not (or is not serving the back to subsequent sites requesting them).
The CookieManager and Document.Cookie objects seem to be in flux, or not well documented. I have tried looking there (maybe not enough).
So I'm trying to figure out if there are any settings I need to enable when instantiating the GeckoWebBrowser control (or Xpcom/GeckoPreferences) to handle cookies as an interactive site might expect? I don't even need to persist the cookies across application runs...just for the duration the windows form is running the control.
Happy to supply more info or clarify if I am not being clear about what I'm trying to do. c#/.Net4/VS2015
Please see my thread-comment-reply, below.