You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will bypass the limitation of Safari (embedded webview) that doesn't allow your Universal Links to trigger. You should now have a working "open in app" UX.
32
32
33
+
### Default destination support
34
+
If the `DEFAULT_DESTINATION` environment variable is set and no `r` query parameter is provided:
35
+
36
+
- A request to the root path:
37
+
38
+
-`https://udl.fdo.cr/` will redirect to `DEFAULT_DESTINATION`
39
+
40
+
- A request with a path:
41
+
42
+
-`https://udl.fdo.cr/restaurants/silvestre` will redirect to `DEFAULT_DESTINATION + "/restaurants/silvestre"`
43
+
44
+
The original `?r=` format continues to work as before. If `DEFAULT_DESTINATION` is not set, behavior remains unchanged.
45
+
46
+
33
47
`https://udl.fdo.cr` is a **public (free to use) UDL Server** instance for anyone to try out and use on your own. It has usage limits (throttling), which should be more than enough for most low-medium traffic websites.
34
48
35
49
If this service adds value to you or your company please consider sponsoring me right here on GitHub. I offer different sponsor tiers too where I will host a private instance without usage limits for ensured reliability. [Read more about this on my profile](https://github.com/sponsors/fdocr) to support the OSS work I do on my free time.
0 commit comments