We have the use case that ATLAS has to be accessed from two different subnets. However, WebAPI configuration in ATLAS seems to need an absolute URL to be accessed, which means that even if the WebAPI machine (and port) are accessible from both subnets, ATLAS must point to an specific one. ATLAS and WebAPI reside in the same machine, so relative URL could be a solution (however we must point to other port, which is not really a valid URI, e.g. “:8080/WebAPI”)
Has anyone else encountered this? Is there a way to configure ATLAS to deal with this use case?