How configure charles-proxy to work with chrome in linux (ubuntu 14.04)

随声附和 提交于 2019-12-11 03:04:14

问题


I try setting the chrome proxy:

google-chrome --proxy-server=127.0.0.1:8888

Chrome opens a new window, but charles does not capture any.


回答1:


Charles opens up a proxy usually at localhost:8888 (you can change it in the Proxy > Proxy settings... menu), so what you have to do is simply add this proxy server to your connections.

The best way to achieve that I've found is by installing the Proxy SwitchySharp extension, configuring the proxy parameters as told before and switching manually whenever you want to track http requests.

It's not as easy as it is on windows but works fine for me.



来源:https://stackoverflow.com/questions/32436997/how-configure-charles-proxy-to-work-with-chrome-in-linux-ubuntu-14-04

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!