airflow-client-python icon indicating copy to clipboard operation
airflow-client-python copied to clipboard

How to use cookies?

Open Kamilcuk opened this issue 1 year ago • 0 comments

Using curl I can do the following:

$ curl -b ./cookies.txt https://url/api/v1/dag

How can I authorize using cookies file with airflow-client-python?

Thank you.

I think what I am asking for is how to add a custom additional HTTP headers to the request.

Kamilcuk avatar Apr 10 '24 09:04 Kamilcuk