Tagged Questions
2
votes
0answers
94 views
Which browsers send “Expect: 100-Continue” request header? [closed]
I just want to make sure which browsers send the Expect: 100-Continue header? So that until the server responds with a 100 Continue HTTP status, no data should be sent.
2
votes
3answers
783 views
How can I tell how many iOS 3 users are accessing my website?
I would like to know how many iOS 3.2 (and presumably below) users are accessing my website. The reason is because iOS 3.2 had a maximum cache limit of around 25.6k, and files larger than this size ...
3
votes
2answers
1k views
Are there huge differences between Safari versions on Windows and Mac OS?
I have recently engaged in a conversation where were people defending that you should test your websites on Safari for Windows and on Safari for Mac, because they're very different.
As a webmaster, ...
4
votes
2answers
142 views
Should sites be tested in both Chrome and Safari?
While recently doing testing for a new web project, it occurred to me that Safari and Chrome both use the Webkit engine, yet are produced by two different companies (Apple and Google).
Since it is ...