garmin-connect-export
garmin-connect-export copied to clipboard
post-auth url
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