User Tools

Site Tools


ubuntu:curl:post_to_a_page

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
ubuntu:curl:post_to_a_page [2020/07/15 09:30] – external edit 127.0.0.1ubuntu:curl:post_to_a_page [2020/09/25 13:03] (current) – removed 192.168.1.1
Line 1: Line 1:
-====== Ubuntu - Curl - Post to a page ====== 
- 
-To process a POST request using CURL.  
- 
-The data will use the **application/x-www-form-urlencoded** encoding.  
- 
-Lets say you have the following POST form in your page: 
- 
-<code html> 
-<form method="POST" action="process.php"> 
-          <input type=text name="item"> 
-          <input type=text name="category"> 
-          <input type=submit name="submit" value="ok"> 
-</form> 
-</code> 
- 
-You can use the following CURL command to POST the request. 
- 
-<code bash> 
-curl -d "item=bottle&category=consumer&submit=ok" www.example.com/process.php 
-</code> 
  
ubuntu/curl/post_to_a_page.1594805433.txt.gz · Last modified: 2020/07/15 09:30 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki