When called with NavigateWithWebResourceRequest
It is automatically redirected to WVBrowser1 and displayed.
Can't it show up in WVBrowser1?
WVBrowser1.CoreWebView2.NavigateWithWebResourceRequest(Request); When GET and POST are called, they are displayed in WVBrowser1. Can I make them not displayed?
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
NavigateWithWebResourceRequest
- salvadordf
- Posts: 4563
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: NavigateWithWebResourceRequest
Try setting the TWVWindowParent width and height to 1 pixel.
Re: NavigateWithWebResourceRequest
What is the other way?
- salvadordf
- Posts: 4563
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: NavigateWithWebResourceRequest
Try creating the browser normally and then setting the visibility to false when it's fully initialized.
Making the request after that.
Making the request after that.
Re: NavigateWithWebResourceRequest
It is so inconvenient. My purpose is to make GET and POST not appear like idhttp when I want to automate and scrape something inside the browser and I have a packet to send, but when I send the packet, I am taken to a window that looks like thissalvadordf wrote: Tue Feb 25, 2025 10:16 am Try creating the browser normally and then setting the visibility to false when it's fully initialized.
Making the request after that.