I have made URL Request including some parameter in body and http method is set to POST which load in webView successfully. Now i want to do same process in default browser i.e safari but safari accept only URL not URL Request. I want to know how to typecast/convert this request(NSMutableURLRequest) so that i can accommodate it in the [[UIApplication sharedApplication] openURL ....
i checked below link but nothing is giving clear idea...
Open Url hosted using POST method in Safari using sharedApplication openURL method