php - Get all apps listed in google play developer console page -


i want apps data listing in developer console page. purpose analyze ajax request firebug console.
1) authentication page(https://play.google.com/apps/publish/), gather cookies , other information

2) post using values + login credentials, xsrftoken , developersconsoleaccounts variables

3) make post requests https://play.google.com/apps/publish/insights?dev_acc=devid , set post var xsrftoken, method, params

it return garbage data

‹¬tÉnÛ0ý•i‚qz²’À‰6èv)Ú¢h=”8’s¤jÒ–Ã@£¿×/))ÛÙŠº\dhh½ši^}xyóåãkhl+òÔ?apyg(ó´ek¡l¨6h³¹­ÈÕ®&i‹Ù‚cß)m¡tÒ¢´Ù!—Ürˆ)©Àlr­«´óö¡Ðsf›Œá‚—h†—Ã<µÜ Ì_k­4\„pò^yx£æ’&i°Ýo]¹åtÝr]s‡ig㲎×}v†ëÊi‰'—Ý2ˆ¢n t;=g†jcj^ '×-gµöñquui©„Òñqe÷˜bs(¶ÚÓmέ‚0iér+=>¿»eâl’yÝ8â+_Øcœ»a€:…¸gÜs-n‚ ïûq­t-p\ª6à-­ÑèÓ0v…²ãnÖ#˜„á18(ŠhìÚ=Ñyz¢n/x2Ø}‰z ®„êã†3†rÃ¥yïlo§ÓÄâÒ†¥ÒÔr%c©$n(ð¶^j3Ô.â-2nÁ”q•n‚˜nËhýÜ Çi¶rˆu]ü8»aï©p³9ªv˜‘ÿäÖ´·Ñ6§ûxö’•«§ºf‰ùàvr±ŽÖÿÄ}Ûègôà®+<†kó„´êŽló$Ê߸”~gŒôx̸%Þà®Ç:¾da†{£ÿî1Ù3> Ãï0¾w½¿rÆm'è*ærp‰¤ªœ%»®¹tÿm²ý+&—®g6i°íõ”ñp–ÒŠbˆ5Ôh76(4«ìõnrttúï<ó0ˆ Šìíp(wðî€[hžvyzänèŒÓ È!u‘ß4Ôþøöݸlau{¾îÎÞ4¿ÎÑxdðùÓ;è©qqx¨¼ww#nÀÍ×qãçxb@0“ªßcÎaþÿÿ™èyr…

but when analysis in firbug url return json obj contain information of user apps

in case, returning garbage value instead of user array.

this gzipped compressed data. appears 404 page if request normally.

if take firebug request, , check out headers have been sent there - you'll have add headers request (most likely).

if can replay request proper headers return right data. allthough, im not sure if google likes you're doing... might want check on that.


Comments

Popular posts from this blog

tcpdump - How to check if server received packet (acknowledged) -