Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

d/l doc/pdf from behind SSL service invoked by email? Any ideas?

Status
Not open for further replies.

MikeL04

Programmer
Aug 8, 2002
32
CA
Hello all,

I need a way of delivering documents in an email by means of a link or links to a pdf/document in an email.

I was thinking that I could create a page on a public website which takes the parameters passed via the link in the querystring to validate the user and invokes a webservice or something that will download the corresponding PDF or whatever format the document is in and display it in the browser. Problem is the files are behind a SSL secured portion of of the website and thus require authentication for access. I want to avoid including the encrypted password in the querysting.

Any ideas or thoughts on a better way to accompish this functionality?

Thanks,

Mike

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top