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 -

image - ClassNotFoundException when add a prebuilt apk into system.img in android -