yeatse / NSURLProtocol-WebKitSupport

Make your WKWebView happy with NSURLProtocol
MIT License
662 stars 126 forks source link

某些链接会加载失败 #10

Open hu5980 opened 6 years ago

hu5980 commented 6 years ago

这个链接https://h5app-dev.multilotto.com/en/casino/play/chinesenewyearmobile/ (VPN才可以打开) 如果使用这种方式会报错 Could not signal service com.apple.WebKit.Networking: 113: Could not find specified service

james1010 commented 6 years ago

你的链接中有post请求,post请求的body会丢失,不会中转。

rhythmcity commented 6 years ago

post请求 body会丢失