John Andrews
John Andrews
would be easier for end users to have a single checkbox "ignore certificate errors" for each app or a global setting.
actually this should be done by an external process. eg if using unRAID can use appdata backup plugin. in the dotnet rewrite, theres only 3 files to backup. - Fenrus.db...
yes, that makes sense
closing as unable to reproduce this
closing, as nothing to do
dotnet rewrite, creates a instance of the app that is reused for subsequent updates. these are eventually disposed (after 30 minutes), but will provide some caching. Is this sufficient?
I just ended up writing a wrapper class, in that wrapper class adding the common translation parameters to the parameters (or creating parameters if null), then call the translate service....
makes sense
that redirect URL is computed from the request the server is getting. its just a hint really. You dont have to use this, it just helps you set what the...
like I said its computed. Its what the request comes through as, so if you setup your reverse proxy to go to the HTTP protocol, then it will see the...