6 comments (6 comments)1 reaction (1 reaction)0 assignees (0 assignees)JavaScript2,403 forks (2,403 forks)batch import
enhancementgood first issuemodule-requestmodule-ssl
Repository metrics
- Stars
- 43,787 stars (43,787 stars)
- PR merge metrics
- Avg merge 6d 21h (Avg merge 6d 21h)96 merged PRs in 30d (96 merged PRs in 30d)
Description
Postman has a support for disabling SSL verification for an individual request which overrides the globally set preference. Currently Bruno only supports disabling SSL verification on a global scope and cannot be overridden for a single request.

Contributor guide
- Research direction
- Examine the code that applies the SSL verification setting globally, then add a per request option in the request configuration and use it to override the global setting.
- Tech stack
- javascript
- Domain
- apidesktop
- Issue type
- Feature
- Prerequisites
- GitJavaScript