浅记一下 :charles 抓包map local 修改映射到本地数据 出现以下报错:
Printing description of result:
{
NSLocalizedDescription = Request failed: unacceptable content-type: text/plain;
NSErrorFailingURLKey = http://xxx;
msg = 网络异常,请稍后再试;
...
)
;
Content-Type = (
text/plain,
)
;
Content-Length = (
521,
)
;
Proxy-Connection = (
keep-alive,
)
;
}
};
}
解决方法:




文章讲述了在使用Charles抓包工具时,尝试将远程数据映射到本地时遇到的错误,具体表现为content-type不接受的问题,以及提供的网络异常提示。解决方案未在文中详述,可能需要进一步排查网络设置或调整抓包配置。
1904

被折叠的 条评论
为什么被折叠?



