Socket
Book a DemoInstallSign in
Socket

charlesx

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

charlesx

proxy tool similar to charles/fiddler.

latest
Source
npmnpm
Version
1.1.3
Version published
Maintainers
1
Created
Source

CharlesX

HTTP/HTTPS代理工具,类似Charles、Fiddler。

特性

  • 支持HTTP/HTTPS代理
  • 支持自定义hosts

安装

npm install -g charlesx

使用

# 以默认端口8888启动
charlesx

# 以端口9999启动
charlesx -p 9999

# 自定义hosts
charlesx -s www.toobug.net=127.0.0.1 -s toobug.net=127.0.0.1

TODO

  • GUI
  • 自定义hosts
  • 本地文件替换
  • 查看请求和响应内容
  • HTTPS解码

History

1.1.3 2017-03-20

  • 修复某些情况下代理后的pathname不正确的问题

1.1.2/1.1.1 2016-09-14

  • 兼容Node低版本

1.1.0 2016-08-27

  • 支持自定义hosts
  • 代理出错时返回错误信息

1.0.0 2016-08-27

  • 支持HTTP/HTTPS代理

Keywords

http

FAQs

Package last updated on 20 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts