Closed JorgenPhi closed 10 years ago
Hi, I still seem to be able to see all the request snapchat sends out, and it's responses. Is this what you mean? @JorgenPhi
What version are you using? I am having a hard time getting snapchat to accept my ssl certificate... Also when I go to launch my modified version I made with apktool it crashes after showing the splash page. On Jul 8, 2014 11:23 AM, "D!-Programming" notifications@github.com wrote:
Hi, I still seem to be able to see all the request snapchat sends out, and it's responses. Is this what you mean? @JorgenPhi https://github.com/JorgenPhi
— Reply to this email directly or view it on GitHub https://github.com/JorgenPhi/php-snapchat/issues/26#issuecomment-48363263 .
@JorgenPhi I'm using the latest version, just downloaded it from the Play Store. Which tool do you use to intercept the requests the app sends out?
Charles proxy... It will work with pretty much everything else except snapchat. On Jul 8, 2014 11:29 AM, "D!-Programming" notifications@github.com wrote:
@JorgenPhi https://github.com/JorgenPhi I'm using the latest version, just downloaded it from the Play Store. Which tool do you use to intercept the requests the app sends out?
— Reply to this email directly or view it on GitHub https://github.com/JorgenPhi/php-snapchat/issues/26#issuecomment-48364070 .
I'll try if it works for me when using Charles proxy, I'll post my results...
What do you use? And it might be the snapchat beta that has the problem... On Jul 8, 2014 11:33 AM, "D!-Programming" notifications@github.com wrote:
I'll try if it works for me when using Charles proxy, I'll post my results...
— Reply to this email directly or view it on GitHub https://github.com/JorgenPhi/php-snapchat/issues/26#issuecomment-48364617 .
I use fiddler
I'll try the beta first (after it's available :) )
Still seem to be able to view the request. Although it seems that they did change some requests again...
Does the proxy work for you when using fiddler (2) @JorgenPhi ?
I'll try fiddler in a few minutes. Thanks! :) On Jul 8, 2014 11:48 AM, "D!-Programming" notifications@github.com wrote:
Does the proxy work for you when using fiddler (2) @JorgenPhi https://github.com/JorgenPhi ?
— Reply to this email directly or view it on GitHub https://github.com/JorgenPhi/php-snapchat/issues/26#issuecomment-48366745 .
@JorgenPhi Great :) let me know your result :p
Thanks @dprogramming ! It is working perfectly with fiddler.
Great, glad I could help. Fiddler is a lovely piece of software ☺
Hey everybody. I figured now would be a good time to start looking back at the new snapchat protocol and quickly learned that snapchat [REDACTED]. This makes it much more difficult to proxy the ssl requests. I also tried to change all instances of https:// with http:// using apktool, but the app launches the splash screen, but then crashes. Makes me wonder if the app's signature[REDACTED] or if I am just using apktool incorrectly. Has anyone been able to proxy the new snapchat app?