Hi @Smita ,
Could You please clarify, You said 'Cloud Confluence' or mean server? I suppose cloud run in 443 port. More about cloud api https://developer.atlassian.com/cloud/confluence/rest/
B.R.
yeah... let me try calling the Rest API on my server and get back.Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In confluence installation directory check <installation>/conf/server.xml file and find `<Server>` tag, inside this tag you will find on which port confluence is running.
Something like this,
<Server port="8000" ...
Here Confluence is running on port `8000`.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.