Hello,
I'm trying to create URL for an attachment. So far I've found something like
https://myserver/service/home/~/test...id=3754&part=2
As you might have noticed it's using "auth=co", so when I try to use this URL to fetch data from a server where cookie is not set, it fails.
My question is, is it possible to have a URL that uses an authentication token (generated by delegate authentication as I'm using the admin account), that would allow access to the file?
Any help would be appreciated.
Thanks,
-t