sharpbrowser / SharpBrowser

A full featured web-browser built using C# and CefSharp
MIT License
896 stars 392 forks source link

Bug when posting to a new window: #81

Open liangruiben opened 1 year ago

liangruiben commented 1 year ago

The submission on the webpage http://worldcfa.com/se.html cannot be posted to a new window, while other browsers are able to do so normally.

liangruiben commented 1 year ago

I tried to get POST data in the public IResourceRequestHandler GetResourceRequestHandler(IWebBrowser chromiumWebBrowser, IBrowser browser, IFrame frame, IRequest request, bool isNavigation, bool isDownload, string requestInitiator, ref bool disableDefaultHandling) method in RequestHandler.cs, but what I got was GET.