2 commentaires (2 commentaires)4 réactions (4 réactions)0 assignés (0 assignés)JavaScript43 787 stars (43 787 stars)2 403 forks (2 403 forks)batch import
enhancementgood first issuehelp wantedmodule-ssl
Description
Cette issue ne contient pas de description.
- Type d'issue
- feature
- Prérequis
- Aucun
- Direction de recherche
- 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.