aio-libs / aio-libs/aiohttp

Add quote_cookie parameter for the case when cookies parameter is used

Đang mở
#11,249 1 bình luận 0 reaction 0 người được giao Xem trên GitHub
enhancement
Ngôn ngữ chính
Python
Star
16.5k
Fork
2.4k
Merge trung bình
17 giờ 22 phút
Pull request đã merge (30 ngày)
212

Mô tả

### Is your feature request related to a problem?

As far as I know, if you specify the `cookies` parameter in requests like `get`, `CookieJar` is ignored, because when I use `DummyCookieJar` and specify the `cookies` parameter in the request, the cookies are actually accepted in the resulting headers. But in doing so, the cookie values are forcibly wrapped in quotes, and the server I'm working with doesn't support that. I can't use the `quote_cookie` parameter from `CookieJar` because, as I said, `CookieJar` is ignored.

### Describe the solution you'd like

Add a `quote_cookie` parameter at the request or session level.

### Describe alternatives you've considered

Not to use the `cookies` parameter, instead passing cookies along with the headers.

### Related component

Client

### Additional context

_No response_

### Code of Conduct

- [x] I agree to follow the aio-libs Code of Conduct

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.