In the plug-in,how to download PDF by relative path?
The URL I get this way results in the need for the confluence server to be available to the client as well. Because confluence is acting for nginx.
String url = baseUrlthis.settingsManager.getGlobalSettings().getBaseUrl();
thanks