We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 248bb11 commit 232cfabCopy full SHA for 232cfab
README.md
@@ -66,3 +66,14 @@ Response:
66
"name": "John Doe"
67
}
68
```
69
+
70
+## FAQ
71
72
+# Stub api is not work after apply to my web application?
73
74
+The stub API relies on cookies. To resolve this, follow these steps:
75
76
+1. Open Chrome DevTools.
77
+2. Navigate to the "Application" tab.
78
+3. Locate the cookies associated with your stub API endpoint.
79
+4. Set the "Same-Site" attribute of that cookies to "None".
0 commit comments