Short URL for direct download of attachments?
If I know the id of an attachment, what is the correct URL I can use to programmatically download the attachment from another machine?
Example: I have a document: wt.doc.WTDocument:167663137 and the primary content is OR:wt.content.ApplicationData:167724372
How do I download the data?
gives me a page of javascript that will redirect a java-script capable browser to the content at
I need to URL to the content (no javascript available). Is there a simpler URL that will give me that?

