Tagged Questions

1
vote
1answer
845 views

Curl/Fetch question - Referer, Post data, Cookies

Got a Curl question (and yeah, i've searched Google, this site, as well as the docs!!) Somewhat new to curl. Trying to use Curl from the cmdline (linux) to fetch pages from a college website (sjsu). ...
0
votes
0answers
25 views

POST to different referers one at a time and add result page to a richtextbox2

I've followed this tutorial and i want to modify it a little bit. And the author, i think is very busy. Here is the code he got: Imports System.Net Imports System.Text Imports System.IO Public ...