I am trying to open the following url in UIWebView but it fails to load whereas changing it to:
UIWebView
http://www.google.com
works fine
I would try encoding all of the key/value items in your url. Specifically the curly braces ({}) and the hash (#) symbols may be causing a problem.