-
Thank you for this fantastic package. I could running your app to login to Amazon simulating a Audible Device (like Alexa)! To go around a CAPTCHA request I had to send some initial cookies (frc and map_md cookies). How I can realize this with your package? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
When you init an authcaptureproxy you can pass in a aiohttp ClientSession. Please read that documentation on how to set a cookie. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your fast reply. I have overseen this. I will try out. I‘m firm with aiohttp so this should not be a problem. |
Beta Was this translation helpful? Give feedback.
When you init an authcaptureproxy you can pass in a aiohttp ClientSession. Please read that documentation on how to set a cookie.
https://docs.aiohttp.org/en/stable/client_advanced.html#custom-cookies