On Wednesday, August 14, 2019 at 11:54:03 AM UTC-5, Sam Tobin-Hochstadt 
wrote:
>
> Just to confirm this, what does 
> https://www.whatismybrowser.com/detect/what-is-my-user-agent report 
> for both of your browsers? 
>
>
On Win10 / FF that website says: Mozilla/5.0 (Windows NT 10.0; Win64; x64; 
rv:68.0) Gecko/20100101 Firefox/68.0
On Win10 / Chrome it says: Mozilla/5.0 (Windows NT 10.0; Win64; x64) 
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36

I notice the website adds "This page shows you what your web browser is 
sending in the "User-Agent" header for your HTTP requests."
I don't think the Racket download page is looking at actual HTTP headers.

But I think you are onto something because...

If I fetch navigator.platform manually on Win 10 / Firefox's Javascript 
console:

    > navigator.platform
    "Win32" 
    > navigator.appVersion 
    "5.0 (Windows)"

On Chrome console I get:

    > navigator.platform
    "Win32"
    > navigator.appVersion
    "5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like 
Gecko) Chrome/76.0.3809.100 Safari/537.36"

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/9779b124-f285-4756-973e-fb2f79c64eb5%40googlegroups.com.

Reply via email to