dotnet / tye

Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
MIT License
5.29k stars 520 forks source link

Proxy reuses all cookies for localhost for all sessions #1493

Closed csteeg closed 1 year ago

csteeg commented 1 year ago

Describe the bug

When using the proxy function of tye, cookies get reused for all locahost requests (even among different services, but also for different browser sessions)

To Reproduce

Use ingresses that proxies all requests to localhost sites. The cookies get reused for all requests

Further technical details