-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cortex: Add workaround for XSRF token requirement
Our usage of a retry-configured session has been observed to confuse Cortex by learning CSRF token and even session cookies from responses and submitting them back to the server. In keeping with the default behaviour of the cortex4py module we configure a cookie policy in our session that prevents any cookies from being learned from and returned to the server.
- Loading branch information
1 parent
fcd1c52
commit fafa69b
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters