firecamp-io / firecamp

VSCode for APIs, Postman Alternative.

Home Page:https://firecamp.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

socket.io v4 connection not passing auth value

pranavwani opened this issue · comments

1. Describe the bug, what it is and what it should be (expected behavior)

In socket.io request, while working with client version v4 auth values not passing, which work fine with client version v3

2. To Reproduce

steps to reproduce the behavior:

  1. Open socket.io request
  2. Try to connect with auth value
  3. And check the auth value at the server side
  io.on("connection", (client) => {
    const { headers, query, auth } = client.handshake;

platform (please complete the following information):
  • firecamp version: v2.2.0
  • type: desktop/web/chrome-extension
  • os: mac/linux/win