2 commenti (2 commenti)4 reazioni (4 reazioni)0 assegnatari (0 assegnatari)JavaScript43.787 star (43.787 star)2403 fork (2403 fork)batch import
enhancementgood first issuehelp wantedmodule-ssl
Descrizione
Questa issue non ha descrizione indicizzata.
- Tipo issue
- feature
- Prerequisiti
- Nessuno
- Direzione di ricerca
- 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.