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

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -