I am sending a post request to my site as so :
curl --data "param1=value1¶m2=value2" http://mysite.com/
But the result is the entire html page (independently of the username and the password, whether they are right or wrong)
try
`curl -u username:password http://example.com`
to get logged on, or try this
curl http://username:password@example.com/?param1=xx¶m2=xx
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
3 months ago
viewed
39 times
active