
URLFetch is an ASP COM object written in Java that allows for the retrieval of documents using HTTP. The source code for URLFetch is freely available under the GPL. Features include: GET and POST, HTTPS, BASIC authentication, get and set HTTP headers, cookie support, proxy server support, automatic following of redirects, can retrieve binary files, can save fetched data to a file.
|