garmin-connect-export icon indicating copy to clipboard operation
garmin-connect-export copied to clipboard

post-auth url

Open euri10 opened this issue 8 years ago • 0 comments

hello, it's not an issue per say

But after I failed for hours to implements login to garmin connect through python requests for a little upload .fit files cli I'm currently writing (https://github.com/euri10/gols), I found your code.

And I still can't explain why that url_gc_post_auth = 'https://connect.garmin.com/post-auth/login?' works wonderfully.

Now it bugs me, because when browsing with chrome dev tools, or looking at the way it connects in Burp, or even trying to debug the redirects in requests, I never ever saw that url...never ever!!

So it works, it's cool, but out of curiosity, how did you manage to find it ? is it from the old site ? well sorry for the non-issue here, but that bugs me, I'd like to understand

euri10 avatar Jan 25 '17 20:01 euri10