Android WebView post + custom headers -
my initial webview request looks this:
webview.posturl(url, postdata);
i need able set content-type header request. content-type = application/json
how can api 8? tried shouldoverrideurlloading
never gets called. heard works get, have use post.
Comments
Post a Comment