摘要:
认证体系 http basic http basic实战演练 演练网站:https://httpbin.testing-studio.com 使用auth参数传递认证信息的方法: 阅读全文
摘要:
header cookie处理 第一种传递Cookie方式:自定义header 注意:header里只能写“Cookie”,否则程序认不出来 用于演练的网址可以到https://httpbin.testing-studio.com去选cookies根据下图红框点,最后获得相应演练需要的url 第二种 阅读全文
摘要:
schema校验 schema断言 第三方库:jsonschema 这种叫schema自动校验: 阅读全文