this post was submitted on 17 Aug 2023
1716 points (97.8% liked)
Technology
59574 readers
3196 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Is it possible to add a kind of "Terms of Service" to one's GET request? My TOS would then be not to deliver content if they object ad blocking.
What's a Get request ?
It's a fancy word for when your browsers requests some content from a server (like entering an adress in your browser).
Pretty sure he was just trying to sound smart, it doesn't even make sense.
Looks like you did not understand what I wrote. Can you tell me what you did not understand so I can explain it to you?
How about the part where you're being the client making a request to server of some service, but for some reason think you're the party that get's to have terms of service.
Any kind of agreement or contract has two sides. There is no reason not to add a X-TermsOfService parameter to a GET request. The Host will probably ignore it, but legally, you have made a contract offer, and by replying, the server implicitly agrees to it. How much this holds up in court is a different question, but if your TOS is reasonable, a judge might even lean in your favor. If a web site offers their TOS, it is not in any way different.
When you want to open a web site, your browser sends a so-called "GET request" to the server which contains then URL and some setting information like preferred language ans such. The server then answers this request by sending the web pages content. Or an error message like 404.
I can't believe 6 people up voted this 🤦♂️