zoukankan      html  css  js  c++  java
  • Chrome+postman+postman interceptor调试

    本文使用chrome+postman4.8.3+postman interceptor0.2.23调试使用cookie的请求。

    postman4.8.3下载地址:https://pan.baidu.com/s/1bp1LSGf/

    postman interceptor下载地址:http://chromecj.com/Handler/Download/785

    安装postman的时候,可能会报错,需要将crx文件的后缀改为.zip,解压后,将其中的_metadata文件夹名字前的下划线“_”去掉

    打开chrome的扩展程序:

     

    安装完毕后,可以在url中输入:chrome://apps,选择postman打开:

    然后安装postman interceptor,以便进行带cookie的调试:

    使用类似的方法安装postman interceptor后,postman是打不开interceptor的:

    需要把postman目录下的/js目录里的runner.js以及requester.js中的aicmkgpgakddgnaphhhpliifpcfhicfo 字符串替换成扩展程序界面的Interceptor的id:

    这样就可以在postman中启动interceptor了,此后就可以在postman的请求中添加cookie等。

  • 相关阅读:
    Android 联系人中使用的常量
    Android 获取联系人Uri
    Android 编辑联系人
    Android 删除联系人
    Android 联系人添加
    Android 联系人查询
    CollectionViewMasonryLayout
    centos7搭建redis
    centos7搭建zookeeper
    排序算法
  • 原文地址:https://www.cnblogs.com/qj4d/p/8947168.html
Copyright © 2011-2022 走看看