It's a 404 error. For zk.bind.wpd as well. Everything works fine when not accessing the site from an iframe. But put the src url in an iframe and start getting 404 errors from another domain. Other .wpd files are retrieved without issue. Appreciate your thoughts very much. Thank you.
agsiegel ( 2022-03-09 08:59:50 +0800 )editThat's exactly the details that matter ... which URL is requested for zk.bind.wpd when running outside the iframe, and which URL is requested when running inside the iframe. if there's "another domain", then the network tab will indicate which JS code or script tag initiated the request.
cor3000 ( 2022-03-09 13:06:23 +0800 )editI finally came across this article which solved the issue - https://www.zkoss.org/wiki/ZK_Developer%27s_Reference/Integration/ZK_Embedded/Embedded_ZK_Application (https://www.zkoss.org/wiki/ZKDeveloper%27sReference/Integration/ZKEmbedded/EmbeddedZK_Application)
agsiegel ( 2022-07-29 00:42:06 +0800 )edit