-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
日常问题记录 #62
Comments
已收到,稍候会处理best wish~
|
您的邮件我已收到,会尽快回复~Hello,I have received your email , I'll get back to you ASAP.
|
已收到~
|
2. 某些版本iOS(比如17.5.1)webview 出现缓存 404 响应,导致页面始终白屏的情况
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1. Charles等抓包工具替换response失败
描述:
map locale
功能去拦截接口请求,发现浏览器请求失败(无response)。原因:因为接口请求跨域,首先会有 preflight(Options)请求,此时这个请求也被
map locale
拦截了,导致preflight失败,从而导致跨域请求失败。解决:过滤掉 preflight 请求。
The text was updated successfully, but these errors were encountered: