You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@WlandRoy@Dongqing123
wkwebview 在使用 nsurlprotocol 截获 post 请求后,body 会被清空,目前比较通用的解决办法是把 post 请求转为 get请求,客户端截获到 get 请求之后使用 urlconnection 或者 urlsession 包装成 post 请求再转发出去。
我用了最新的代码,但是每次web那边的POST请求body都为nil,请教这是怎么回事
The text was updated successfully, but these errors were encountered: