Thanks everyone.
1. My server is on-premise, won't have access to the control panel.
2. I created an user account from client console and added my computer IP to the "list of trusted IP mask" under Security setting", do I still need to whitelist my computer IP in serverConf.xml?
3. I think jyotiy43907700 is right, I need to whitelist my server URL in this URL http://serverURL/nl/jsp/soaprouter.jsp.
This is the sample code I found online, does anyone know if the below code needs to be modified?
<urlPermission action="warn" debugTrace="true">
<url dnsSuffix="abc.company1.com" urlRegEx=".*" />
<url dnsSuffix="def.partnerA_company1.com" urlRegEx=".*" />
<url dnsSuffix="xyz.partnerB_company1.com" urlRegEx=".*" />
</urlPermission>
- Blocking : all URLs that do not belong to the whitelist are blocked, with an error message. This is the default mode after a postupgrade.
- Permissive : all URLs that do not belong to the whitelist are allowed.
- Warning : all non-white URLs are allowed, but the JS interpreter emits a warning, so that the administrator can collect them. This mode adds JST-310027 warning messages.
Thanks,
Jay