Example: There is a web page, when you open it in a browser, you need to pass windows information to the application, let's assume the source code of the page, and all this (data transfer) needs to be done using JavaScript. Is it possible? If so, how?

  • windows application on the same computer as the browser? What is the windows application? Nobody forbids to build a micro server into it, then sending data from the browser will look like a regular post or get request - Grundy
  • You can use custom protocols (I don’t know how to call them). This is used, for example, by torrent clients or the same Telegram. - neluzhin

0