originally posted in:BungieNetPlatform
View Entire Topic
A pretty basic question, but how do you authenticate? I see both the C# and the Node.js API have some auth mechanisms and some ways to circumvent the CSRF protection. But I don't know what it is you're doing and how you're doing it, and I suck at C. I'm a Python guy and want to get some data to analyse, as well as create a Python wrapper. Any help appreciated!
English
-
For the most part you just need to keep track of the cookies being used and, in certain circumstances, include an extra request header to mimic a browser.