Skip to content
Jean-Sebastien Mouret edited this page Feb 14, 2018 · 2 revisions

Why?

Stashed needs to communicate with the outside world for two tasks.

  • Sign-Up and License retrieval

This happens when you enter your email to sign up the first time, and whenever your license token expires. It is possible to sign up on a different machine with internet access and manually enter the license key in the dashboard of an offline machine.

  • Version update

This just updates the version information in the About tab of the dashboard.

How?

Stashed uses a script located at C:\Program Files\Stashed\share\proxy\fetch.ps1 for those requests. It attempts to use the default Internet Explorer proxy settings and default credentials.

Feel free to edit it to suit your needs. Please send us patch if you know a better and generic way to support your proxy type.