when web refresh, charles can capture request. However, the request sent by the local node server cannot be captured
brower
node server use axios to send request
i find a way to resolve this problem, add this command export http_proxy=http://127.0.0.1:8888 && export https_proxy=http://127.0.0.1:8888
when i start node server.
New contributor
唐zz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.