firecamp-io / firecamp

VSCode for APIs, Postman Alternative.
https://firecamp.dev
317 stars 22 forks source link

cookie manager saves cookies with only domain #186

Open Nishchit14 opened 3 years ago

Nishchit14 commented 3 years ago

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):
pranavwani commented 2 years ago

@Nishchit14 need to discuss

#reference