Skip to content

Commit 232cfab

Browse files
authored
Update README.md
1 parent 248bb11 commit 232cfab

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,14 @@ Response:
6666
"name": "John Doe"
6767
}
6868
```
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

Comments
 (0)