Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は、webview を持つ Android アプリを開発しています。URLでヘッダー値を送信したい。可能であれば、ソースコードを提供するのを手伝ってください。
Map<String, String> headers = new HashMap<String, String>(); headers.put(header-key, header-value); mWebView.loadUrl(your url, headers);
これは役に立ちますか?http://developer.android.com/reference/android/webkit/WebView.html#loadUrl(java.lang.String,%20java.util.Map)
HttpClient 経由で行う方がよいでしょう。