I would like to let my C++ program get some data from an HTML page. Is it possible to use HTML5 local storage for this purpose? Is there an accessible file generated by the browser?
If this is not feasible in this way, are there any other options?
For now the browser and my executable run on the same computer, and I would prefer to only use the fstream C++ library.