Yi (Joey) Zhao

Results 3 issues of Yi (Joey) Zhao

现象: 参数/响应导入模块中, 有可能用户的输入不符合JSON格式, 此时提交在console报错, 页面端没有展示。 修改: 1. 提交时对输入文本进行解析, 捕获异常。 2. 如有异常, 页面提示错误信息。

## Problem [Associated Issue](https://github.com/postmanlabs/postman-code-generators/issues/746) For url using http protocol, python.http-client still generates conn = http.client.HTTPSConnection. Python would throw SSL error when running the script. ## Fix Generate the code snippet...

**Describe the bug** For url using `http` protocol, python.http-client still generates `conn = http.client.HTTPSConnection`. Python would throw SSL error when running the script. **To Reproduce** Steps to reproduce the behavior:...