|
unless I misunderstand, no it is not possible.
are you saying that you want a client to download an executable from a web server with a get vars tagged on to the end of the URI like host.domain.tld/app.exe?key=val and then when that program is run on the client computer it will know what those get vars in the request were? If that's what you are asking then no.
There are solutions to achieve the same end, but not by just tagging the values onto a uri that points to the exe.
cheers
|