What a strange domain

Alex1004

Newbie
Joined
Sep 10, 2023
Messages
10
Reaction score
2
I want to
ask
This is the first time I've seen a URL link that can't be opened on a desktop PC but the link can be opened on the Android platform.
example
The site is an online gambling site.

What makes me wonder is why the URL link can't be opened on a desktop PC? and why can the URL link be opened on Android? Thanks


sorry for my bad english
 
I want to
ask
This is the first time I've seen a URL link that can't be opened on a desktop PC but the link can be opened on the Android platform.
example
The site is an online gambling site.

What makes me wonder is why the URL link can't be opened on a desktop PC? and why can the URL link be opened on Android? Thanks


sorry for my bad english
You could restrict it based on agent user string for example to determine whether it is a deskstop user or a mobile user.
In a simple way, would be using something like (or) cloudflare page rules

1698679559353.png
Shouldn't need that much maintenance if you are using "contains" as opposed to absolutes
Although, this still can be spoofed using an agent user changer.

Or a mob detect plugin also would work
 
You could restrict it based on agent user string for example to determine whether it is a deskstop user or a mobile user.
In a simple way, would be using something like (or) cloudflare page rules

View attachment 295255
Shouldn't need that much maintenance if you are using "contains" as opposed to absolutes
Although, this still can be spoofed using an agent user changer.

Or a mob detect plugin also would work
scrolled down to write this. well crafted answer, case closed :)
 
some links are neeed to be open within the app only and not on desktop browser or mobile browser.
even I design such links which do not open if clicked with any desktop UA
 
I want to
ask
This is the first time I've seen a URL link that can't be opened on a desktop PC but the link can be opened on the Android platform.
example
The site is an online gambling site.

What makes me wonder is why the URL link can't be opened on a desktop PC? and why can the URL link be opened on Android? Thanks


sorry for my bad english
May be they have designed their website to work better on mobile phones, so it might not open properly on a desktop computer, or there could be a technical problem with the desktop browser.
 
Back
Top