DenisK
DenisK
We've got used to communicate in Slack and sometimes start discussing PRs in the thread. But then we realize that these comment won't be visible in the PR itself. So...
I get `500` sometimes when requesting `/assets/`. Error message recommends to retry: "Please wait a moment and try your request again" I want to retry by passing `retry_on` to RESTfly's...
After initial installation server was up and running. But after restarting computer (or something, not sure) could not connect: ``` $ redis-cli Could not connect to Redis at 127.0.0.1:6379: Connection...
### Description Debugging why cookie not deleted with `LoginVerify` if `REQUIRE_SAME_BROWSER`, found that it is **set properly**: ``` set-cookie: magiclink498=e214549f-0d66-491a-a494-20964daa649e; Path=/ ``` **But for deletion,** browser gets this: ``` set-cookie:...
## Documentation link https://pan.dev/prisma-cloud/api/cwpp/post-authenticate/#response https://github.com/PaloAltoNetworks/pan.dev/blob/76f0ca0119637b9625321375bfcca9f267427626/openapi-specs/cwpp/desc/authenticate/post.md?plain=1#L28 ## Describe the problem Response example should be a dictionary, not set ## Suggested fix ```py {"token", "ACCESS_TOKEN_VALUE"} ↓ {"token": "ACCESS_TOKEN_VALUE"} ```