How can I invoke Custom Protocol with large amount of data?

60 views Asked by At

I'm working on a project that requires activation of a program from Vanilla JavaScript. So far, and with the assistance of Brad, I managed to have the invocation to work.

Now, the problem is that the suggested method limits the size of the passed data to the maximal length of a URL (2K) while I need far more flexibility to the data length.

The application works both using a Web Server (I'm using VS-Code with the Live Server plug) as well as stand-alone, meaning, opening the HTML file with a browser, all the functionality works are required.

As such, the solution should also be such that no server side functionality is needed not any special library.

I'm aware that this might be tricky but I'm still having some hope.

0

There are 0 answers