-
Trying to use the package on the following json endpoint: https://animepahe.com/api?m=search&l=8&q={searchString}
My code looks like the following:
```
const got = require('got');
const fetch …
-
Since a recent Chrome update, I'm starting to get:
```
>>> import browser_cookie3 as bc3
>>> bc3.chrome(domain_name="citibikenyc.com")
-----------------------------------------------------------…
-
#### What problem are you trying to solve?
Saving cookies between requests without manually managing the cookie jar.
#### Describe the feature
[Consider](https://docs.aiohttp.org/en/latest/cl…
-
Hi,
When calling `loadForRequest` I'm getting cookies that were expired long before even initializing `PersistCookieJar` with `FileStorage`.
I was looking into the code and found in `PersistCook…
-
## links
* jester: https://github.com/dom96/jester/blob/master/jester/private/utils.nim
* prologue: https://github.com/planety/prologue/blob/f61acc5bbab2d304c8b36fb25cd959714ca712d1/src/prologue/cor…
-
I'm cross-posting this issue here just to let you know that the new usage of axios-cookiejar-support has side effects on unrelated code. As I've described here (https://github.com/auth0/node-jwks-rsa/…
-
Hi,
I am using Python 3.8 and the latest pip updates of everything mentioned below.
I am trying to consume a very old, but active SOAP resource. I am using Zeep for the SOAP part. The SOAP ser…
-
오늘 쿠키 사용하면 Err 메세지가 뜹니다 작동이 안됩니다
사용하는 쿠키 Get cookies.txt 입니다 모든 사이트이 쿠키가 작동이 안됩니다.
![1865edc0076_mqbxlv](https://user-images.githubusercontent.com/47520785/220375162-0e89bd47-3a74-4aa9-8e99-39bc1ea…
-
If I use httpie to make a call that returns cookies to a localhost address, such as:
```
http --session=./session.json POST http://localhost:9081/cookieTest
```
which sends back a header like …
-
Hi,
I'm trying to create Ticket with Axios Post request to link monitoring alerts with openSupports (last version)
I can log in with the API, the response give me token en userId
Then I send r…