Board index » Web Programming » accessing IIS sites from a Mac
|
SWrobel
|
|
SWrobel
|
accessing IIS sites from a Mac
Web Programming14
Would a Macintosh based user have trouble accessing an extranet site that is IIS based that requires Windows authentication? If so, is there any way around this? - |
| Tom
Registered User |
Tue Dec 14 14:40:42 CST 2004
Re:accessing IIS sites from a Mac
"Michael Morris" <MichaelMorris@discussions.microsoft.com>wrote in message
QuoteWould a Macintosh based user have trouble accessing an extranet site that - |
| Kristofer
Registered User |
Wed Dec 15 09:11:52 CST 2004
Re:accessing IIS sites from a Mac
Hello Michael,
The Mac cannot communicate with Windows Authentication. Basic authentication, or something else (forms authentication for example) will work. Basic Authentication does however send the information in clear text, which might not be acceptable. You maybe want to look into using SSL to encrypt the data sent, and protect you against network sniffing. -- Regards, Kristofer Gafvert www.ilopia.com">www.ilopia.com "Michael Morris" <MichaelMorris@discussions.microsoft.com>wrote in message QuoteWould a Macintosh based user have trouble accessing an extranet site that - |
