On Thu, 2004-02-26 at 08:51, Howard Lowndes wrote: > Is there any way of getting an application/pdf across an SSL (port 443) > connection so that it gets displayed by the browser's helper, or has it > got to be an exposed connection (port 80)
The socket used to transfer the file is entirely orthogonal to what the browser does when it receives it. For example, you see images served over ssl all the time. So yes is the answer to your question. Just provide an SSL link to it on your page. HTH, James. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
