I’ll just change my web browser’s user agent then; you’re a fucking website, you don’t need to know which OS I’m using.
It’s amazing how many “unsupported” web apps work perfectly fine once you change the UA. It’s often a completely arbitrary limitation so that they can hire less qualified support staff.
A small publisher’s ebook platform recently started blocking firefox for me, did a bit of digging and found that if pages aren’t requested with the right headers (which work in chrome and msedge) it will respond with a 302, suggesting you go to another page which takes a few minutes and then times out.
This is probably to stop scraping, and could be because I started testing some scraping scripts on it.
Anyway, this hasn’t even stopped me scraping, I just copied the headers and use those in my script.
I’ll just change my web browser’s user agent then; you’re a fucking website, you don’t need to know which OS I’m using.
It’s amazing how many “unsupported” web apps work perfectly fine once you change the UA. It’s often a completely arbitrary limitation so that they can hire less qualified support staff.
and so they can use browser
vulnerabilitiesfeatures to collect more data on youA small publisher’s ebook platform recently started blocking firefox for me, did a bit of digging and found that if pages aren’t requested with the right headers (which work in chrome and msedge) it will respond with a 302, suggesting you go to another page which takes a few minutes and then times out.
This is probably to stop scraping, and could be because I started testing some scraping scripts on it.
Anyway, this hasn’t even stopped me scraping, I just copied the headers and use those in my script.
I use this extension by a Firefox dev
https://addons.mozilla.org/en-US/firefox/addon/chrome-mask/
I also use it, but it doesn’t work in this case. Thats why I said headers instead of just user agent.