Hacxx Under
2018-10-24 09:21:38 UTC
Hi,
I'm trying to use curl command line to send two requests. One is a post and
the second is a get. The problem is that they do not work.
Only this seems to work.
curl.exe --get --insecure "http://www.example.com"
I have read the documentation on the site and the manual in curl command
line but the best i got was
curl -d score=10 http://example.com/post.cgi --next
http://example.com/results.html
But nothing happens ( the %temp%>1.txt) returns empty
Any help on this subject?
Thanks
I'm trying to use curl command line to send two requests. One is a post and
the second is a get. The problem is that they do not work.
Only this seems to work.
curl.exe --get --insecure "http://www.example.com"
I have read the documentation on the site and the manual in curl command
line but the best i got was
curl -d score=10 http://example.com/post.cgi --next
http://example.com/results.html
But nothing happens ( the %temp%>1.txt) returns empty
Any help on this subject?
Thanks