After opening the webpage, you can click "open in browser" in the upper right corner to open the webpage in an external browser. Is there any way to check whether the URL is taken from it. Note: I am not trying to determine whether to open this webpage in the middle. I can simply use UA...
After opening the webpage, you can click "open in browser" in the upper right corner to open the webpage in an external browser. Is there any way to check whether the URL is taken from it.
Note: I am not trying to determine whether to open this webpage in the middle. this is simply done by using UA. I want to judge whether the last access was in the open external browser, it cannot be based on the from parameter on the address, because someone else can forge
Reply content:
After opening the webpage, you can click "open in browser" in the upper right corner to open the webpage in an external browser. Is there any way to check whether the URL is taken from it.
Note: I am not trying to determine whether to open this webpage in the middle. this is simply done by using UA. I want to judge whether the last access was in the open external browser, it cannot be based on the from parameter on the address, because someone else can forge
If the original webpage url is added with parameters at the entrance, you only need to check whether there are any parameters to determine if they are in progress. Of course, if your link is in the circle of friends and the chat is clicked, related parameters will also be added by default, such as from = timeline, from = groupmessage from = singlemessage.
Another way is to determine whether the webpage is being opened based on the UA of the built-in browser.
Determine whether to enable or not: