I am migrating from Delphi XE8 to Delphi 11.
In Delphi xe8, I used the post method using TWebBrowser.Navigate(URL, Flags, TargetFrameName, PostData, Headers) .
However, in Delphi 11, I tried to call the post method through edgebrowser (or TWebBrowser's edge engine), but it was found to be impossible.
function TCustomEdgeBrowser.Navigate(const AUri: string)
=> Only the above functions exist
I'm looking for an answer on how to solve it.