問題タブ [spring-resttemplate]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
2 に答える
246 参照

java - springboot RestTemplate の呼び出し URL と https 応答ヘッダー (content-type:audio/wav) を *.wav ファイルとして保存するには?

春の RestTemplate を使用してサードパーティ サービスを呼び出します,</p>

このような結果:

forEntity status:200 headers: content-type=audio/wav body:"RIFFä,,,xxxxxxx......"

応答はここに画像の説明を入力してください 。本体はwavデータのようです。データをwavファイルに保存したいです。

クロムのリンクに直接アクセスすると、再生してダウンロードしても問題ありません。