Curl in html forms : Use of curl

curl

Curl in html forms : Use of curl Forms are the general way for the user to enter data in, and then press some kind of ‘OK’ or ‘Submit’ button to get that data sent to the server. The server then typically uses the posted data to decide how to act. Like using the entered … Read more

curl to automate HTTP jobs : Working with Curl command

curl

Curl is a command line tool for doing all sorts of URL manipulations and transfers. Curl is not written to do everything for you. It makes the requests, it gets the data, it sends data and it retrieves the information. Trace time delay of URL with curl Many times we need to know what exactly is … Read more