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?

0
2 comments

Please try the following:

  • in Settings | Build, Execution, Deployment | Debugger, change the default port (63342) to some different one (8080, 8090) - external connections to 63342 are not supported for security reasons. Press OK
  • re-open the same page - now the Can accept external connections checkbox should be enabled. Tick it

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/.html

0

Thanks a lot! I think the problem was "Can accept external connections" settings not checked.

0

Please sign in to leave a comment.