GoToMeeting's gotomeeting.com/join has an interesting behavior - when you visit a meeting URL directly you're required to download a new exe binary file which, when executed, has the meeting ID already integrated and will auto-launch the program without you needing to input a meeting ID.
My first thought is that this was incorporated into the metadata of the executable, but closer inspection leads me to believe that these exes are compiled with the meeting ID.
So here are a few questions:
- Are they building/compiling on the fly?
- If so, isn't there massive overhead to implementing this?
- This has to be a massive security risk, right?
So assuming I am silly enough to attempt something like this - is there a safe way to be issuing make
, etc. from my web-based framework? My gut tells me there isn't.
I've read the following SO questions which tell me that this kind of question is typically met with much ire: