I am trying to use Web Inspector remotely, to do this I need to connect to the WebCore using WebSocket. But when the WenInspector loaded function is getting called to create a new web socket
socket = new WebSocket("ws://" + host + "/devtools/page/" + page);
WebCore is giving "page not found error"
It would be very helpful, if you can suggest me what parameter should I provide in the WebSocket method, so that I can connect to the WebCore and start communication. Another questions is whether do we need any specific web server for this? Currently I am using apache tomcat.
Thanks in advance.
Regards,
Deb