cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: SMS thru web

From: Kjell Ericson <Kjell.Ericson_at_haxx.nu>
Date: Tue, 15 Feb 2000 07:02:41 +0100 (MET)

On Tue, 15 Feb 2000, eddj wrote:

> I'm trying to use curl to emulate my browser to send SMS messages thru
> www.kataweb.it
> I tryed cookies, posts, get, but it seems only work with a
> browser like netscape or explorer :(((

Try to identify yourself as a browser then with "-A", like:

  curl -A "Mozilla/4.0" http://address.com/page.html

...or as my Netscape says:
 "Mozilla/4.6 [en] (WinNT; I) via NetCache version 3.1.1d-Solaris"

  // Kjell Ericson
Received on 2000-02-15