Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
9a602bf created the issue
The WEB-URL, that is different form the server url, is not considered at all when copying or opening the web-url of a file. It always tries to open the https server url.
I.e.:
Server URL: cloud-server.something.com
Path: /12345
Web-URL: http://somedomain.com/12345 or http://somedomain.com/ Both don't work
Copy WEB-URL/Open Web-URL: Always providing https://tenantid:accesskey@cloud-server.something.com/12345/filename.xxx
The text was updated successfully, but these errors were encountered:
@dkocher commented
In b7a1acf.
Sorry, something went wrong.
dkocher
No branches or pull requests
The WEB-URL, that is different form the server url, is not considered at all when copying or opening the web-url of a file. It always tries to open the https server url.
I.e.:
Server URL:
cloud-server.something.com
Path:
/12345
Web-URL:
http://somedomain.com/12345
or http://somedomain.com/
Both don't work
Copy WEB-URL/Open Web-URL: Always providing https://tenantid:accesskey@cloud-server.something.com/12345/filename.xxx
The text was updated successfully, but these errors were encountered: