This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| scripting:restapi [2022/12/08 06:13] – jotasandoku | scripting:restapi [2023/11/02 14:38] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 12: | Line 12: | ||
| * method, headers, data(body) [[https:// | * method, headers, data(body) [[https:// | ||
| - | [[https:// | + | ---- |
| + | FILTERS: | ||
| + | |||
| + | * [[https:// | ||
| + | * Match booleans: ongoing.eq.true | ||
| \\ | \\ | ||
| * The URL above has **two parameters** separated by **&** | * The URL above has **two parameters** separated by **&** | ||
| Line 47: | Line 51: | ||
| **CURL** | **CURL** | ||
| \\ | \\ | ||
| - | **TODO: curl most common flags** | + | **TODO: curl most common flags** |
| + | * -H (header) | ||
| + | * -X (request verb to use. Example -X PUT) | ||
| \\ | \\ | ||
| **CRAFTED REQUESTS**\\ | **CRAFTED REQUESTS**\\ | ||
| Line 71: | Line 77: | ||
| Also see curl examples in [[https:// | Also see curl examples in [[https:// | ||
| - | curl --socks5 127.0.0.1: | + | curl --socks5 127.0.0.1: |
| ---- | ---- | ||