Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はちょうどいくつかの API テストを行っており、送信された Cookie データが正しいことを確認しようとしていますが、応答オブジェクトからの Cookie の取得に関するドキュメントは見つかりません。要求からのみです。
リクエストで行うように、これを行う簡単な方法はありますか?req.cookies["myCookie"]ヘッダーを取得してそこからset-cookieを取得できることは知っていますが、そこから手動でCookieデータを解析しようとすると少し混乱します.
req.cookies["myCookie"]