Cookie retrieval - PoE-TradeMacro/POE-TradeMacro GitHub Wiki
You only have to do this if you don't want to use the automatic cookie retrieval, this is optional.
Take a look at the FAQ.
How to retrieve the user-agent and cookies to bypass poe.trades CloudFlare protection:
Firefox
Go to poe.trade and open developer tools with Ctrl + Shift + Q
, you may have to reload the page to see network information.
Copy the __cfduid
and cf_clearance
cookies (only the assigned values). Be careful, cf_clearance
most likely consists of two or more parts seperated by a -
, make sure to copy everything.
Copy the User-Agent
.
Chrome
Go to poe.trade and open developer tools with F12
. Navigate to the Network
tab. You may have to reload the page to see network information.
Copy the User-Agent
, __cfduid
and cf_clearance
cookies (only the assigned values). Be careful, cf_clearance
most likely consists of two or more parts seperated by a -
, make sure to copy everything.