I want to find a way to capture a client browser console that is using my server, and save it to a file inside the server, is this possible using a shell script ?
I want to find a way to capture a client browser console that is using my server, and save it to a file inside the server, is this possible using a shell script ?
You cannot prohibit the local Browser from visualizing its Console contents.
You could use console.save to save the contents locally.
If you want to somehow send those contents to Your box, you could do this possibly with additional AJAX call.