Posts tagged “http”
2025
Test, Save, and Execute HTTP Requests with Hurl (or restclient.el)
Impersonate your browser to send HTTP requests directly from your text editor, or executable documentation!
2024
Percent-Encode HTML Form Values so That Spaces Become ‘%20’ Instead of ‘+’
You can use HTML forms to dispatch actions to custom macOS app URL schemes, but you need to encode the form data yourself to avoid surprises.