originally posted in:BungieNetPlatform
View Entire Topic
Hi, i have been trying to get the auth part in order to query from within an Android App, and as far now everytime i get the redirect and i dump the cookies, there is only 4 cookies (bungled and bungledid the only important ones from there), but i can't find all the other needed cookies in order to do a request that needs login. I am missing something ? do i need another step to get those cookies ? or they come from a different domain ?
i tried to use fiddler in the app to check what they get in the destiny app, and compare the request to mine, but i was unable to use fiddler cause it always said that it failed to transfer data, so i am guessing that they are blocking it on their end.
I would appreciate any help that i can get.
-
Not sure what exactly you're doing, but generally, if you want to intercept data you're going to need to set up a HTTPS certificate and MITM your own connection; right now, Fiddler looks like an attacker, so your browser/app will shut it down.