diff --git a/CefSharp/WebBrowserExtensions.cs b/CefSharp/WebBrowserExtensions.cs index e8e6e33100..c628d9b1ae 100644 --- a/CefSharp/WebBrowserExtensions.cs +++ b/CefSharp/WebBrowserExtensions.cs @@ -352,6 +352,7 @@ public static void ExecuteScriptAsyncWhenPageLoaded(this IWebBrowser webBrowser, /// /// /// This is an extension method + [Obsolete("This method will be removed in version 75 as it has become unreliable see https://github.com/cefsharp/CefSharp/issues/2705 for details.")] public static void LoadUrlWithPostData(this IWebBrowser browser, string url, byte[] postDataBytes, string contentType = null) { using (var frame = browser.GetMainFrame())