HTMLViewer wont load local pages

Hello all,

I have a Raspberry Pi device with a LAMP stack, it also has an XOJO debugger on it. The XOJO app creates PHP pages and LAMP publishes it locally. I can see the webpages from any browser http://kitchenprocessingunit.local/.

However, I made another XOJO application using the HTMLViewer, and it won’t display the page. It will work with https://www.google.com Could it be that my local site isn’t secure?

HTMLViewer1.LoadURL(“http://kitchenprocessingunit.local/”)

Thanks