javascript - SecurityError: The operation is insecure when i try to access the image from the other server -
when try image other server, i'm getting error securityerror: operation insecure.
and if use image same server code works why?
the resource location might changed, causing securityerror.
you should include resources same domain , subdomain, same protocol.
Comments
Post a Comment