Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
Is it possible for a webpage to excecute a windows CMD command on client side?
I have searched web for this query but could not find any answers.
Unfortunately this is not possible.
This would give huge challenges on security.
Think for example about malicious use of this function where can be taken control of the local machine from the outside.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I have a html file. I can open it in mozilla firefox and it is running fine. How can I access it over local server/ localhost?
You need a local server, similar to nginx, tomcat, configure and launch it so you can access your HTML files in your browser.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
what are the best practices to store the ui logs/error statements of all the clients in the server side,
so that we can analyse this later
Sqlite or Index DB can be used to store client errors which can later be pushed to server side
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I got a code from web, but this code do not run, I need some HTML code to make it RUN in my browser, someone can help ?
The original code I take from this website (github repository)
http://blog.thematicmapping.org/2013/09/creating-webgl-earth-with-threejs.html
Github code repository
https://github.com/turban/webgl-earth
To use WebGL you should run a web server. It will take you about 30 seconds.
Here's 4-5 options
Never disable security in your browser
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I want to use socket.io server in the browser.
Why do I need this? I have a difficult real-time app which connected through websockets, but I want to manually test it through web page (send & receive the signals). How can I do that?
P.S. Packages like mockSocket aren't feet to my needs. I don't need the mock, I need the tab in the browser :)
It seems there is no way to run websocket server in the browser now.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
Today I've visited a website which allows to download files using the JDownloader. There was this image on the website:
That image changes to this picture if my pc is running the JDownloader client:
Now my question is: How can this website know, that this application is running on my computer? I can't think of a way to do it.
It looks like JDownloader runs an HTTP server on your local machine and makes the URL http://127.0.0.1:9666/jdcheck.js available, which can then be used to check that it is running. See here:
http://jdownloader.org/knowledge/wiki/glossary/cnl2#check-if-jdownloader-is-running