We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
你好,我这边遇到一个问题,一个get请求h5那边确实只发一次,但是iOS这边却请求两次,在这个canInitWithRequest方法会打印两次,但是h5那边确实只发送一次这个请求,我一句找了好几天了,但是不知道在哪触发第二次请求,所以想请教你
The text was updated successfully, but these errors were encountered:
有没有对请求做标记,类似
+ (void)markRequestAsIgnored:(NSMutableURLRequest *)request { NSString *key = NSStringFromClass([self class]); [NSURLProtocol setProperty:@YES forKey:key inRequest:request]; }
Sorry, something went wrong.
No branches or pull requests
你好,我这边遇到一个问题,一个get请求h5那边确实只发一次,但是iOS这边却请求两次,在这个canInitWithRequest方法会打印两次,但是h5那边确实只发送一次这个请求,我一句找了好几天了,但是不知道在哪触发第二次请求,所以想请教你
The text was updated successfully, but these errors were encountered: