zoukankan      html  css  js  c++  java
  • WebDebug: Enhancements

    WebDebug: Enhancements

    WebDebug: Enhancements

    Here are some of the enhancements that are on the radar scope. Let me know of others
    you think would be useful and how important some of these are to you.
    1. Proxy servers

      Enable WebDebug to be able to use a proxy server to make its requests instead
      of trying to connect to servers directly
    2. Password protection

      Password protect access to the WebDebug menu
    3. Filtering

      Be able to filter the contents of the message list by IP address, content-type, etc.
    4. Replay

      Replay the requests in a message list back to their respective servers
    5. Multiple message lists

      The ability to manage multiple message lists simultaneously
    6. Separate administration port

      Instead of the "in-band signaling" method that WebDebug uses now
    7. Download time estimates

      Estimate the amount of time it would take to execute all the request/response pairs
      in the message list based on modem speed, latency, etc.
    8. SSL support

      This would enable WebDebug to function with HTTPS as well as HTTP. Will require
      quite a bit of hacking since you can't typically "snoop" SSL connections
    9. Header and field editing

      This feature would expose all hidden form fields and certain HTTP headers (e.g. cookies) as normal fields. The developer would then be able to edit these fields on the fly. Useful to testing app behavior and for security work

     


  • 相关阅读:
    java线程池笔记
    java多线程简单用法
    Java 常用工具类整理
    Linux nohup命令详解
    Java八种基本类型
    isms项目tomcat运行配置
    2017计划
    ES6 Reflect 与 Proxy
    ES6 Map与Set
    ES6 Symbol类型
  • 原文地址:https://www.cnblogs.com/lexus/p/2476711.html
Copyright © 2011-2022 走看看