How to change built in web debug server configuration?
Answered
I want to access HTML file through chrome web browser on Parallels Desktop. Since it is isolated, I need to change built-in web debug server configuration to change ip address. Is there a way to do it?
Please sign in to leave a comment.
Please try the following:
This should enable external connections to the built-in webserver; you can access it from the remote host using
http://<your ip>:<specified port>/project/path/to/.htmlThanks a lot! I think the problem was "Can accept external connections" settings not checked.