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

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

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -