Follow redirects in android app when providing room URL
See original GitHub issueHi there! Thanks for all the work that you do on this app 😃
This is the tiniest feature request is terms of priority, but thought I’d log it anyhow.
Is your feature request related to a problem you are facing?
Very tiny inconvenience of app trying to process a redirected link as a https://<server url>/<room>
Describe the solution you’d like When offering a link like https://link.hypha.coop/calls, would be nice if the app recognized the redirect and instead parsed info from final URL.
Describe alternatives you’ve considered Being more explicit with instructions, so people know to only use mobile app via the “resolved” url. (We use a redirect so that our docs don’t need updating if we switch underlying room or servers.)
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Handling Android App Links
Android App Links offer the following benefits: Secure and specific: Android App Links use HTTP URLs that link to a website domain you...
Read more >Android app is open on browser when I redirect form an url
Yes, I would like to get the parameters from the Url. This Url opens the android app and it has the parameters too....
Read more >Detect and get rid of unwanted sneaky mobile redirects
Redirecting mobile users to improve their mobile experience (like redirecting mobile users from example.com/url1 to m.example.com/url1 ) is often beneficial to ...
Read more >follow-redirects - npm
follow -redirects provides request and get methods that behave identically to those found on the native http and https modules, ...
Read more >Google Chrome Privacy Whitepaper
To provide suggestions and search results faster, Chrome may preconnect ... any Android app can request to prefetch several URLs to speed up ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey, thanks for willing to help out!
The fix needs to happen in JS, which is where the URL is actually handled. Specifically around here: https://github.com/jitsi/jitsi-meet/blob/5429b8568e0ddb2d352206d219e37111b831e312/react/features/app/actions.js#L43
Basicallt, before we process the URL, we’d do the HEAD request thing and update it.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.