You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-course/api/test/黑盒测试用例.txt

16 lines
465 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

一、代理
0.通用规则
1. 除非请求业务方返回200否则tfe不可以返回200 code
1.同步代理
1对GET/POST/PUT/DELETE进行测试Method需要透传
2对参数service_id为空、不存在的错误进行验证
3被请求方要能看到最初的客户端IP通过X-Forwarded-For透传
2.重定向
1) 301
2) 目前只有Get请求的参数会透传
二、数据加载
1. 启动时数据全量加载
2. 更新时,重新加载某一行