Michael Traher wrote:
> no sorry, its an extranet system tied down to ip addresses for access

If you want to test yourself, the best thing to do is examine the 
headers. Use a IE plugin or try telnet:
1. Find a Unix machine
2. Open a SSL telnet connection to the server:
     telnet -z ssl server.domain.com 443
3. Request the document:
     GET /path/download.cfm?file=blah HTTP/1.1
     Host: server.domain.com

4. Inspect the headers for any deviation from RFC 2616.

Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235584
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to