As you may often switch between development and production environments, or between several users, you may need to have several OAuth credentials you may apply to your Requests. You can keep those credentials in Environments, and then use them in the OAuth Header Dynamic Value.
Read more about Environments and how to use Environments as Reusable Presets.
You can add a Certificate Dynamic Value as an environment variable value, and then reference this environment variable on any Request that requires SSL Client Certificates for authentication:
- On the Environments panel, define a new enviorment variable
MyCert
, adding a Certificate Dynamic Value as value (context menu Authorization > Certificate)
- Setup the Certificate Dynamic Value accordingly
- On every request you need authentication, go to the request Options tab, click the certificate icon on the SSL Client Certificate field and select the Regular Field menu item.
- Remove the existing Certificate Dynamic Value and type
{MyCert}
- the autocomplete will suggest the environment variable you have previoulsy defined; type Enter to select it.