Pinterest in app browser detection

sx1z

Newbie
Joined
Sep 17, 2016
Messages
42
Reaction score
7
Hi,
i would like to detect if user use the pinterest in app browser, what char should i look for in the HTTP_USER_AGENT string to guess the browser using php.

Regards
 
What are you trying to do? Figure out which browser it is from the user agent? It's usually the last part of the string, maybe this can help http://www.useragentstring.com/
 
I was really curious about what you were trying to do.
 
Code:
Mozilla/5.0 (Linux; Android 8.0.0; WAS-LX3 Build/HUAWEIWAS-LX3; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Mobile Safari/537.36 [Pinterest/Android]
Mozilla/5.0 (iPhone; CPU iPhone OS 11_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15G77 [Pinterest/iOS]
 
Back
Top