Any of you knows how can I load a uiwebview using proxys inside of the app?
NSURL *site =[NSURL URLWithString:@"http://mydomain.com/"];
NSURLRequest *request =[NSURLRequest requestWithURL:site];
[_webLoad loadRequest:request];
I'll really appreciate your help.