I've a rather frustrating issue, I can't get my UIWebview to load any links fo encounted formated like:
http://feedproxy.google.com/~r/TheBoyGeniusReport/~3/95JeYV6zcMk
Regular urls work fine.
I'm assuming theres an issue with the redirection but I haven't found anything useful that explains whats happening or how to fix it.
I was hoping someone might be able to help me understand whats going on. I'm not a total newb at programming but I am still new to Objective-C so, if you could keep it as simple as possible that'd be great.
Thanks!
EDIT:
OH! If it helps, I just discovered the reason that nothing happens. A 400 Error is sent! But my question still remains the same.
http://feedproxy.google.com/~r/TheBoyGeniusReport/~3/95JeYV6zcMk
Regular urls work fine.
I'm assuming theres an issue with the redirection but I haven't found anything useful that explains whats happening or how to fix it.
I was hoping someone might be able to help me understand whats going on. I'm not a total newb at programming but I am still new to Objective-C so, if you could keep it as simple as possible that'd be great.
Thanks!
EDIT:
OH! If it helps, I just discovered the reason that nothing happens. A 400 Error is sent! But my question still remains the same.