-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.9.3
-
Fix Version/s: 5.8.0-HF15, 5.9.4
-
Component/s: Web API (REST or WS*)
It could be necessary to override an endpoint public URL.
Changing a public publishedEndpointUrl with this contribution:
<extension target="org.nuxeo.ecm.platform.ws.WSEndpointManager" point="endpoint"> <endpoint name="nuxeoremoting" address="/nuxeoremoting" implementor="org.nuxeo.ecm.platform.ws.NuxeoRemotingBean"> <publishedEndpointUrl>https://myloadbalanceddns.com</publishedEndpointUrl> </endpoint> </extension>
Otherwise, the URL is build using the `nuxeo.url` framework property and will take into account https for instance.