The downloader needs to know the sessionid and the hostname of the server.
The uploader can combine this to a blob that can be encoded and used by the server.
Ex:
{s:"23452345",h:"example.com:8090"}
Or, base64 encoded:
e3M6IjIzNDUyMzQ1IixoOiJleGFtcGxlLmNvbTo4MDkwIn0=
This was the uploader only needs to send one string to the downloader
The downloader needs to know the sessionid and the hostname of the server.
The uploader can combine this to a blob that can be encoded and used by the server.
Ex:
{s:"23452345",h:"example.com:8090"}Or, base64 encoded:
e3M6IjIzNDUyMzQ1IixoOiJleGFtcGxlLmNvbTo4MDkwIn0=This was the uploader only needs to send one string to the downloader