Is it possible to load a page through UIWebView with POST parameters? I can probably just load an embedded form with the parameters and fill them in with javascript and force a submit, but is there a cleaner and faster way?
Thanks!
|
feedback
|
|
Create POST URLRequest and use it to fill webView
| |||||||
feedback
|