FlorianREGAZ / Python-Tls-Client

Advanced HTTP Library
MIT License
660 stars 136 forks source link

cookie issues #38

Closed Dario24K closed 1 year ago

Dario24K commented 1 year ago

I am trying to reproduce a get request stream and I noticed that duplicate cookies are being sent, I don't know if I did something wrong, but every time I find the usual cookies with key, value and domain two times

andreaWtraining commented 1 year ago

I get the same error, cookies are duplicated it's like if cookie jar doesn't replace old cookies with the new ones

FlorianREGAZ commented 1 year ago

This should be fixed with the newest update. :)

DaBossCoda commented 1 year ago

Im still getting double cookies :/