API mock request headers sub tab

This sub tab is used to match the request headers as shown in the following snapshot:

Mock Server has the following rules for request headers:

  1. If the `Required` property is ticked for the header specified in this tab, then that header must be present in the incoming mock request. Otherwise this API mock will be ignored.
  2. If the `Match Value` property is ticked for the header specified in this tab, then value of the request header in the incoming mock request must be same as specified in this tab.

Note: 

  1. Only the headers specified in this tab will checked against the incoming mock request.
  2. All other headers present in the incoming mock request will be totally ignored.
  3. For more information, please read how mock server works.