|
|
|
|
|
by TeMPOraL
2966 days ago
|
|
Look, the only implicit conditions on the Web are those of networking protocols - which work in the following way: I can request whatever I want. You can do whatever you want with my request - namely serve it (e.g. HTTP 200 + data), refuse to serve it (e.g. HTTP 4xx / 5xx), or ignore it (just terminate the TCP connection, or not accept it in the first place). Whatever you choose, our interaction ends there. Whatever you sent me is now mine to interpret the way I want. Anything beyond that is defined by laws, and there are no laws that tell me I have to use a Typical Browser in a Typical Configuration to render all the data you sent me with a HTTP 200 response. There are no such laws, and there can't be, because they would be completely ridiculous. |
|
Not true. There exists a thing called contracts. Contracts allow two (or more!) parties to come to complex agreements about the manner and conduct of transactions. Terms of contracts can be quite broad, and specify the manner and mode of consumption, use, or disposition of goods and services.
Now, there is some debate over whether or not web users can meaningfully agree to such contracts. This is a legitimate debate. What is not a legitimate debate is how the semantics of the HTTP protocol relate to any of this.