kjkjava / garmin-connect-export

Download a copy of your Garmin Connect data, including stats and GPX tracks.
MIT License
314 stars 134 forks source link

post-auth url #28

Open euri10 opened 7 years ago

euri10 commented 7 years ago

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