

Storing a HTTP POST request in a bookmark or something similar as you would with a GET request
You can store a bookmark with a GET request like this: http://url.com/service?variable=value Can you store a POST request in some way in Chrome? Maybe with a plugin? Or maybe in Firefox? The ide...
javascript
bash


Bookmarklet
A bookmarklet is a bookmark stored in a web browser that contains JavaScript commands that add new features to the browser. They are stored as the URL of a bookmark in a web browser or as a hyperlink on a web page. Bookmarklets are usually small snippets of JavaScript executed when user clicks on them. When clicked, bookmarklets can perform a wide variety of operations, such as running a search query from selected text or extracting data from a table.
- 作者:JK Yang
- 链接:https://jk1124.netlify.app/article/132d03e5-8529-8057-9999-f2dc3078cb86
- 声明:本文采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。