From 8373e157a556ea4955944196331c5dcc4c9bbb1d Mon Sep 17 00:00:00 2001 From: Jerry Liang <8124783+nianiaJR@users.noreply.github.com> Date: Mon, 13 Dec 2021 19:45:11 +0800 Subject: [PATCH] docs: fix update (#63) --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fe8543e..fbcc308 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ HTTP/1.1 200 OK Content-Length: 100 Content-Type: application/json; charset=utf-8 Server: beegoServer:1.12.3 -Set-Cookie: nsid=bec2e665ba62a13554b617d70de8b9b9; Path=/; HttpOnly +Set-Cookie: common-nsid=bec2e665ba62a13554b617d70de8b9b9; Path=/; HttpOnly Set-Cookie: Secure=true; Path=/ Set-Cookie: SameSite=None; Path=/ Date: Fri, 02 Apr 2021 08:49:18 GMT @@ -98,8 +98,7 @@ The requested json body ```bash $ curl -X POST \ - -H "Cookie: SameSite=None; nsid=bec2e665ba62a13554b617d70de8b9b9" \ - -H "nsid: bec2e665ba62a13554b617d70de8b9b9" \ + -H "Cookie: SameSite=None; common-nsid=bec2e665ba62a13554b617d70de8b9b9" \ -d '{"gql": "show spaces;"}' \ http://127.0.0.1:8080/api/db/exec ```