I found it. It seems to be a problem with the WebEngineView class and web security.

I had to add an argument to my QApplication a new argument: "--disable-web-security"

Now it works.

Diego