Mobile app version of vmapp.org
Login or Join
Tiffany637

: How to allow a file download only from a local desktop application? I need to find a solution to allow a file download (It's an .exe file for an app update) only if the request comes from

@Tiffany637

Posted in: #Download

I need to find a solution to allow a file download (It's an .exe file for an app update) only if the request comes from a desktop application and to block requests if they come from a web browser.

How to manage that?
Thank you. Nina

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Tiffany637

1 Comments

Sorted by latest first Latest Oldest Best

 

@Speyer207

There's a few methods that you could use:

1) Download via the website but require a API Key, basically you could build a page in php that requires a key and the desktop applications contain that key.

2) You could host the file on FTP with username and password, and only have the applications with the username and password - this is by far the easiest way.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme