I am working with IPNC DM368, software V2.6. We are modifying GODB interface to support multi-camera monitoring. The problem we got that is htmldnld function may not do the cross access to some different domain under IE environment. For example, user are working on camera A with IP 192.168.0.2, from the interface of camera A they want to monitor the camera B with IP 192.168.0.3 in the same time so they try to download the init.htm file from camera B and get the RTSP URL of camera B to make the video stream. The issue is we can not download the init.htm by htmldnld API of GODB during running under Internet explorer. On Debug mode, We had no problem and everything work smoothly. I guess the problem come from Cross domain or security limit of GODB or IE but I can not find out where I need to come to fix this. It is great if someone here can give me a suggestion or hint to solve it.
Thanks