标签: android android-webview
我的初始WebView请求如下所示:
webView.postUrl(url, postData);
我需要能够为此请求设置Content-Type标头。 Content-Type = application/json
Content-Type = application/json
如何为API 8执行此操作? 我尝试使用shouldOverrideUrlLoading,但它永远不会被调用。我听说这只适用于GET,但我必须使用POST。
shouldOverrideUrlLoading