Can not load resource like js,css only when publish in the iframe.
it works in Chrome not work in IE .
I tested IE 11 but it didnt work.
I'm using IE 10 now.
The problem is occured when setting URL it make absolute path by appending the rest address to base url.
Iframe's base URL is maybe null so its base URL is 'http://'.
So appendded URL is http:///~~.
That's invalid URL and can not load from the URL.
How can I resolve the problem?
Below is screenshot of capture of network status From IE's Developer Tool.
can I set the base URL ?
or Is there another way to publish in the iframe?