|
|
|
|
|
by crazygringo
1115 days ago
|
|
Believe me, I've read the spec as I've wound up implementing HTTP servers from scratch multiple times a couple decades ago. None of this suggestion is about incorporating all of HTTP's functionality. It's just the situations that you say you know I'm referring to -- verbs, things like authorization headers, a POST payload. Expanding the functionality of hyperlinks wouldn't break anything about HTTP. It would just allow more requests to be defined in a single line of text (a hyperlink), rather than requiring lines of JavaScript to define. The browser (or cURL or whatnot) would convert the link to the actual HTTP request. Zero changes to HTTP. |
|
What you’re looking for is a browser extension, not a haphazard URI change.