Using curl to test POST data: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 March 2015

21 August 2014

24 April 2013

21 February 2013

21 November 2012

19 September 2012

  • curprev 12:1412:14, 19 September 2012Video8 talk contribs 1,026 bytes +1,026 Created page with "==Basic request passing variables as POST== Use <code>--data</code> or <code>-d</code> option to pass variables to the page. <syntaxhighlight lang="bash"> $ curl -d "user=mylo..."