2 comments (2 comments)4 reactions (4 reactions)0 assignees (0 assignees)JavaScript43.787 stars (43.787 stars)2.403 forks (2.403 forks)batch import
enhancementgood first issuehelp wantedmodule-ssl
Description
Este issue não inclui uma descrição.
- Tipo Issue
- feature
- Prerequisites
- None
- Direção de pesquisa
- Investigate the existing SSL configuration in Bruno. The application likely has a global SSL verification setting. To add a request level toggle, one would need to modify the HTTP client (likely using a library like axios or node fetch) to accept an option to disable SSL verification per request. Check the repository's network layer code, possibly in files related to request execution. Also review any existing issues or discussions about SSL settings.