- At the request level
- At the session level
- At the environment level
Configuration Examples
Here is a configuration example for each method mentioned above.Request Configuration
Request Configuration
Session Configuration
Session Configuration
Environment Configuration
Environment Configuration
TLS Certificate
When theverify parameter is set to False, requests will accept any TLS certificate presented by the server and ignore hostname mismatches and/or expired certificates, which makes your application vulnerable to man-in-the-middle (MitM) attacks. Setting verify to False may be useful during development or local testing.
The verify parameter can also be a string, in which case it must be a path to a CA bundle to use. The default value is True.