Issue while testing in the iOS7 Simulator:
It appears that our basic authorization header isn't being passed through on a HttpWebRequest when running under the iOS 7 Simulator. Works fine in iOS 6.1.
request.Headers["Authorization"] = "Basic ..."
Issue while testing in the iOS7 Simulator:
It appears that our basic authorization header isn't being passed through on a HttpWebRequest when running under the iOS 7 Simulator. Works fine in iOS 6.1.
request.Headers["Authorization"] = "Basic ..."