随笔分类 -  http

摘要:date: 2025-02-25 问题 chrome 导出 curl 请求,导入 postman 无法工作 返回 Login - CAS – Central Authentication Service 明文:Login - CAS – Central Authentication Se 阅读全文
posted @ 2025-02-26 14:19 brookin 阅读(163) 评论(0) 推荐(0)
摘要:设置 http header 在 chrome 查看服务端性能 https://ma.ttias.be/server timings chrome devtools/ 阅读全文
posted @ 2018-01-09 15:21 brookin 阅读(206) 评论(0) 推荐(0)
摘要:302跳转是浏览器自动处理并跳转 You can't handle redirects with XHR callbacks because the browser takes care of them automatically. You will only get back what at th 阅读全文
posted @ 2017-12-29 13:35 brookin 阅读(1155) 评论(0) 推荐(0)
摘要:差异 1. 上传文件只能使用 POST 2. GET 传输数据有大小限制 3. GET 传输的数据类型不灵活:GET是使用url来传输数据,那么比如空格字符以及类似&这样的字符就不方便传输。(当然可以使用发送前编码,以及接受后解码的方法来解决) 常见特殊字符 url 传输过程编码表 空格 传输过程转 阅读全文
posted @ 2017-10-23 22:45 brookin 阅读(184) 评论(0) 推荐(0)