addImageAsync not working properly

Hi all,

I’m using cc.textureCache.addImageAsync to load an image from another server dynamically.
I’m sending an absolute path of the image to addImageAsync, but it wasn’t working. When i’m checking the log the path was appended with the current domain name.

Does anybody have an idea?