Chrome Remote Debugging - Cross Domain -
I can debug it by opening the - remote-debugging-port
switch and chrome is described .
I have a separate port (also on my local host) and running an HTTP request: http: // localhost: 9222 / json
. This fails because of a cross-domain problem (not "access-control-permission-origin"), because the request is issued from a separate port.
Do I somehow support the local host server headers of Chrome Remote Debugger across domains? I need to find a way to call http: // localhost: 9222 / json
from a different host ...
To resolve this problem, you must launch Chrome in" permission-file-access-in-files "mode.
More detailed information about permissions-file-access -from-files mode please see here:
Comments
Post a Comment