2 留言 (2 留言)4 反應 (4 反應)0 負責人 (0 負責人)JavaScript43,787 star (43,787 star)2,403 fork (2,403 fork)batch import
enhancementgood first issuehelp wantedmodule-ssl
- 議題類型
- feature
- 前置要求
- 無
- 研究方向
- 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.