I have a webview2 control in my WinForm and below code used to work and display the page perfectly but started to display empty page since last week. There was no change in the code at all.
webView1.CoreWebView2.Navigate("https://www.realestate.com.au/buy/in-4170/list-1");
Based on someones suggestion, I tried setting user agent before navigating and that does not help either
webView1.CoreWebView2.Settings.UserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36";
webView1.CoreWebView2.Navigate("https://www.realestate.com.au/buy/in-4170/list-1");