Page 1 of 1

FDM URI

Posted: Wed Dec 29, 2021 12:01 am
by DanR1
Hello, I want to open instantly FDM from browser with URI, what is URI to open app?
something like fdm:https://domain.com/, and download https://domain.com/

Re: FDM URI

Posted: Tue Jan 11, 2022 11:05 am
by Alex
Hello,
This should be something like:
fdm://download/?JSON
Where JSON is a json with URL, e.g. {"url": "some_url"}
So, for https://site.com this should be:
fdm://download/?%7B%22url%22%3A%20%22ht ... .com%22%7D