Martin Tesar
Results
12
comments of
Martin Tesar
You mean without the need to setup billing account? Because even with it, it's basically free of cost, unless you're planning on making more than about 1300 directions requests (autopilot...
For me setting the headers manually before each redirect did the trick ``` const response = await axios({ method: "get", url: url, headers: { "Authorization": `Bearer ${token}`, }, beforeRedirect: (opts,...