aio-libs / aio-libs/aiohttp

Add quote_cookie parameter for the case when cookies parameter is used

オープン
#11,249 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
enhancement
主要言語
Python
スター
16.5k
フォーク
2.4k
平均マージ
17時間 22分
マージ済み PR(30日)
212

説明

### 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

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。