firecamp-io / firecamp

VSCode for APIs, Postman Alternative.

Home Page:https://firecamp.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cookie manager saves cookies with only domain

Nishchit14 opened this issue · comments

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

cookie manager saves cookies only for the host, It's not counting on the port. means, cookies for localhost:8080 and localhost:8081 both host would have stored their cookies separately but right now both hosts' cookies are being saved for the localhost domain only, which is incorrect.

solution

store cookies in cookie-manager with domain+port


platform (please complete the following information):
  • firecamp version: v2.1.0
  • type: desktop
  • os: mac/linux/win

@Nishchit14 need to discuss

#reference