4
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

mockmockAdvent Calendar 2019

Day 14

mockmockのデータテンプレートでHTTP Request Headerを使ってみる

Last updated at Posted at 2019-12-13

本日はmockmockアドベントカレンダーの14日目です。

HTTP(S)での通信をする場合、送信データにリクエストヘッダーを定義できます。
今回はヘッダーにデバイスのシリアルナンバーをつけて送信してみます!

ヘッダーの設定

プロジェクト > テンプレート より
該当のデータテンプレートのHTTP Request Header欄に値を設定します。
img_05.png
Nameキーに、mock定数serial_numberを設定しました。
img_06.png

チュートリアル用のAPIサーバーを設定

設定したデータテンプレートをチュートリアル用のAPIサーバーに向けて送信してみます。
プロジェクト設定 > 送信先ホスト より設定します。
img_12.png

テスト送信してみる

mockを作成し、テスト送信します。
リクエストヘッダー欄を確認すると、Nameキーにシリアルナンバーが入っています!
img_04.png

やったね ✨💪✨

明日は

@Kta-Mが「データテンプレートの生成タイプ"bulk"」について書いてくれます。

明日もよろしくお願いします!

4
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?