Welcome to Apple iPhone Support forum.Dedicated to iPhone 4,iPhone 3GS,iPhone Apps,iPhone reviews,iPhone 4 Apps,iPhone Applications, iPhone news ,iPhone Casese,Video,Unlock and more...
Just upgraded to iOS 4.3. Consider the following web pages;
index.htm
<html>
<head>
<frameset cols=15%, *>
<frame name=menu src=menu.asp>
<frame name=main src=>
</frameset>
</head>
</html>
menu.asp
<html><head></head><body></body>
<form target=main name=form1 method=post action=test.asp><input type=text name=name><input type=submit value=Enter Name></form>
</body></html>
test.asp
<% language=vbscript %>
<html><head></head><body>
<%
response.write Hello & request.item(name)
%>
</body></html>
Dump the above pages into a folder hosted via IIS. Works fine in iPhone iOS 4.3 safari browser until you secure the folder with Windows Authentication (NTLM). It then fails. (Still works with Opera) Turn windows authentication off and it works again.
Please fix this ASAP as our corporate extranet reports rely on NTLM security and the above structure.
iPhone 4 iOS 4 iOS 4.3