curl-users
(no subject)
Date: Thu, 20 Sep 2001 16:07:16 +0300 (EEST)
Hello!
I'm trying to send a SMS. For that I used this web form (POST) page:
http://195.115.48.10/servlet/SMSServlet_KZ1OS9?redirect=SMS&LANGUAGE=FR&PAGE
=launch
I started from:
1.http://www.sfr.fr/texto/index.jsp
that contain framesets:
2.http://195.115.48.10/flash/data/html/offre/services/texto/texto.html
also this contain framesets:
here is the form web page (POST Method) :
http://195.115.48.10/servlet/SMSServlet_KZ1OS9?redirect=SMS&LANGUAGE=FR&PAGE
=launch
When I used formfind.pl to find the post data I received nothing:
C:\nn\sfr>perl formfind.pl
"http://195.115.48.10/servlet/SMSServlet_KZ1OS9?redirect=SMS&LANGUAGE=FR&
PAGE=launch"
C:\nn\sfr>
When I trying to download the page:
C:\nn\sfr>curl -o xxx.html -A "Mozila/3.0 (Win95;I)"
"http://195.115.48.10/servlet/SMSServlet_KZ1OS9
?redirect=SMS&LANGUAGE=FR&PAGE=launch"
% Total % Received % Xferd Average Speed Time
Curr.
Dload Upload Total Current Left
Speed
100 96 100 96 0 0 27 0 0:00:03 0:00:03 0:00:00
24
I received:
C:\nn\sfr>type xxx.html
<head><title>JRun Servlet Error</title></head>
<h1>412 Unknown</h1><body>
SFR 07<p>
</body>
(I'm using Windows versions)
How can I use curl cu send my SMS?
Thanks a lot!
Received on 2001-09-20