TL; DR各individualファイル/入力にContent-Type
ヘッダーを設定する方法multipart/form-data
リクエストの/ text(不眠症)?
Insomnia Rest Clientを使用してPOST= OneNote API( HTTP description )にしようとしています。ドキュメントによると、multipart/form-data
を送信する必要がありますヘッダー付きの1つのファイル/テキストを使用したリクエスト:
Content-Type: text/html Content-Disposition: form-data; name=presentation
そして、ヘッダーを持つ別のもの:
Content-Type: application/inkml+xml Content-Disposition: form-data; name=presentation-onenote-inkml
ここに私がしようとしているもののスクリーンショットがあります: ご覧のとおり、APIはNo Content-Type
のエラーを返し、Content-Type
ヘッダーが設定されていないことを信じさせます。デバッグ情報は次のとおりです。 POSTデータは非表示になっているため、Content-Type
を表示できません。