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.
Titanium.Network.Socket.TCP を使用して、リモート サーバーからイメージ ファイルをダウンロードしようとしています。サーバーにはヘッダー/Cookie が必要ですが、Cookie の設定方法は?
HTTP リクエストでは、メソッドsetRequestHeaderを使用してヘッダー情報を含めることができます。
例えば:
xhr.setRequestHeader("X-Auth-Token", "foobar");
ドキュメント: http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.Network.HTTPClient-method-setRequestHeader