Заголовок куки не присутствует в чванстве?
0 с экспресс-сессией, но я не могу отправить cookie, т.е. session.sid в header.its, показывающий в curl, но не показывающий на сервере. Так может кто-нибудь помочь мне, как установить это?
swagger: '2.0'
info:
description: This is the list of API pr
version: 1.0.0
tags:
- name: developers
description: Operations available to regular developers
host: localhost:3000
schemes:
- http
securityDefinitions:
api_key:
type: apiKey
name: cookie
in: header
/api/details/{id}:
get:
summary: List all
description: ""
produces:
- application/json
parameters:
- name: id
in: path
required: true
type: integer
security:
- api_key: []
responses:
200:
description: " "