Open liangruiben opened 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.
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.