diff --git a/docs/next/network.html b/docs/next/network.html index 9ae279698e4..dde774ccd74 100644 --- a/docs/next/network.html +++ b/docs/next/network.html @@ -196,8 +196,17 @@ ws..log(e.code, e.reason); }; -
If you've gotten here by reading linearly through the tutorial, then you are a pretty impressive human being. Congratulations. Next, you might want to check out all the cool stuff the community does with React Native.
+fetch and cookie based authenticationThe following options are currently not working with fetch
redirect:manualcredentials:omit302, if a Set-Cookie header is present, the cookie is not set properly. Since the redirect cannot be handled manually this might cause a scenario where infinite requests occur if the redirect is the result of an expired session.