Heserver internal url is not working in for the webview2 engine

heserver internal url is not working in for the webview2 engine for example

http://heserver/years/2015/set.html

will not open in the webview2 engine but works in the Chromium engine

Please fix this or suggest how to fix it. Thank you

Try https://heserver works in WebView2.
Or it’s basically the file:/// protocol that we use as it offers faster responses in WebView2.

The 2 options did not work pls test on your end or send me a sample protocol to us

Open the Main Demonstration that ships with HTML Executable or one of our samples. You’ll see the URLs showing in the status bar while having the cursor over a link.
For instance:
file:///years/2015/set.html
If not, enable the Developer Tools in the Rendering Engine options and use the console or network tab to find out.