'Get current user browser cookies (Flask)

I'm kinda new to Flask and I was wondering if there's a way to get the user current browser session cookies when he makes a get request to an specific endpoint of my API. I need those cookies to then make a post request to a website automaticly instead of the user doing it.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source