Bit of an interesting one here. We have a need to access the raw (unaltered) files on the TeamSite server, via a http request.
We've previously been fine accessing files under "iw-admin" via this method, but we now have a need to access files under "default". Unfortunately, I can't seem to access them via the same method.
For example "
http://{teamsite server}/iw-mount/iwadmin/main/{branch}/STAGING/templatedata/path/to/file.xml" is accessible (when the request is an authorized TeamSite user), however, "
http://{teamsite server}/iw-mount/default/main/{branch}/STAGING/templatedata/path/to/file.xml" is not acccessible.
Does anyone have any suggestions?
Thanks.