RootCauseunvalidated

As described in this answer, you would need to use `Session` objects from Python `requests` library — I am using Python `requests` to make a request to the API from my `streamlit` app. Tension: in order to persist cookies across requests. Outcome: use `Session` objects from Python `requests` library, or the equivalent `Client` in `httpx`.

035ffc8e-8a24-4380-8bbc-ef1ff08790a5

As described in this answer, you would need to use Session objects from Python requests library — I am using Python requests to make a request to the API from my streamlit app. Tension: in order to persist cookies across requests. Outcome: use Session objects from Python requests library, or the equivalent Client in httpx.