Default Headers

Default vs Custom Headers

To help users run successful API calls with less setup time, Reflect includes default headers automatically for each API request. This guide explains how the feature works, how to customize it, and who can make changes.

Enable Default Headers

You can enable or disable the automatic addition of default headers through a new Account Configuration option:

Account InformationAPI Request ConfigurationDefault API Headers

  • When enabled (default): All new API calls include the headers above.

  • When disabled: You’ll start with a blank headers table and must add headers manually.

Default Headers (Auto-Added)

For every new API request, the following headers are added by default:

Header Name

Value

Connection

keep-alive

Accept

*/*

Cache-Control

no-cache

Accept-Encoding

gzip, deflate

User-Agent

SmartBearTest

These appear directly in the Headers table for any new API call. You don’t need to add them manually.

Publication date: