[3726] in WWW Security List Archive

home help back first fref pref prev next nref lref last post

Re: command line html commands

daemon@ATHENA.MIT.EDU (=?ISO-8859-1?Q?Tommy_Hellstr=F6m?=)
Fri Dec 6 05:48:26 1996

From: "=?ISO-8859-1?Q?Tommy_Hellstr=F6m?=" <Tommy.Hellstrom@pharmasoft.se>
To: <www-security@ns2.rutgers.edu>
Date: Fri, 6 Dec 1996 08:47:16 +0100
Errors-To: owner-www-security@ns2.rutgers.edu

> Is it possible to do a http request via a script or command line?
> 	Goal is to preload "stuff" in to a proxy
> 	And to do a SSL Post via a cron tab.
>=20

Bertrum,=20
I think this is a command-line solution to your problem.

1. Open a telnet session with your web-server on port 80(http-port)
2. Send http requests

For example:

>> telnet www.something.com 80

Then you get the usual telnet response:
Connected to server.something.com.
Escape character is '^]'.   =20

After that you can do your http requests, such as
GET index.html

Remember that if you are going to "stuff" things into a server/proxy, it
normally requires authorization.


Tommy Hellstr=F6m.



home help back first fref pref prev next nref lref last post