I have a webform page (.aspx) that accepts parameters via received / post and returns XML. It works in all browsers except Safari, where I get this gem:
Safari can not open the page [url]. The error was: "unknown error" (CFURLErrorDomain: 303) Please report the applet from the help menu, note the error number, and tell that you had seen this message before what you did.Anyone can see this before or know what it means?
Update:
Web service http: // protocol, but https: //
fails under, it was the trick for us.
context.Response.AddHeader ("Content-Length", FilInfo.Length.ToString ())
Comments
Post a Comment