RE: POST to /cgi-bin/sendsms

2002-09-05 Thread Oded Arbel
is both good and original, but the part that is good isnot original and the part that is original is not good.-- Samuel Johnson -Original Message-From: Anarchy [mailto:[EMAIL PROTECTED]]Sent: Thursday, September 05, 2002 5:41 AMTo: [EMAIL PROTECTED]Subject: Re: POST to /cgi

Re: POST to /cgi-bin/sendsms

2002-09-04 Thread Anarchy
testers does it take to change a light bulb?A: We just noticed the room was dark; we don't actually fix the problem. -Original Message-From: Anarchy [mailto:[EMAIL PROTECTED]]Sent: Thursday, August 29, 2002 10:45 AMTo: [EMAIL PROTECTED]Subject: RE: POST to /cgi-bin/sendsms i tested

RE: POST to /cgi-bin/sendsms

2002-09-04 Thread Oded Arbel
: Thursday, August 29, 2002 10:45 AMTo: [EMAIL PROTECTED]Subject: RE: POST to /cgi-bin/sendsms i tested with a simple html form that accepts the msisdn and text (username and password are hidden fields) and posts it to /cgi-bin/sendsmsi got the unauthorised error

Re: POST to /cgi-bin/sendsms

2002-09-04 Thread Oded Arbel
Anarchy wrote: i tried with a small page: snip and got the error "Authorization failed for sendsms"... below are the logs from smsbox.log: 2002-09-05 01:03:22 [3] INFO: smsbox: Got HTTP request /cgi-bin/sendsms from 210.24.202.83 2002-09-05 01:03:22 [2] DEBUG: HTTP: Creating HTTPClient

Re: POST to /cgi-bin/sendsms

2002-09-04 Thread Anarchy
i added the enctype to the form... form action="http://*.*.*.*:13013/cgi-bin/sendsms" enctype="application/x-www-form-urlencoded" method="post" and the results are the same as before... smsbox.log shows the same thing tried using user/pass instead of username/password to no avail Oded

RE: POST to /cgi-bin/sendsms

2002-08-29 Thread Oded Arbel
Yes - you can --Oded Arbelm-Wise mobile solutions[EMAIL PROTECTED] +972-9-9581711 (116)+972-67-340014 ::..Hard reality has a way of cramping your style.-- Daniel Dennett -Original Message-From: Anarchy [mailto:[EMAIL PROTECTED]]Sent: Wednesday, August 28, 2002 8:16 PMTo:

RE: POST to /cgi-bin/sendsms

2002-08-29 Thread Anarchy
i tested with a simple html form that accepts the msisdn and text (username and password are hidden fields) and posts it to /cgi-bin/sendsmsi got the unauthorised error message upon changing the form method to get, the problem disappears... huh? Oded Arbel <[EMAIL PROTECTED]>wrote: Yes -

RE: POST to /cgi-bin/sendsms

2002-08-29 Thread Oded Arbel
, 2002 10:45 AMTo: [EMAIL PROTECTED]Subject: RE: POST to /cgi-bin/sendsms i tested with a simple html form that accepts the msisdn and text (username and password are hidden fields) and posts it to /cgi-bin/sendsmsi got the unauthorised error message upon changing the form

Re: POST to /cgi-bin/sendsms

2002-08-29 Thread Andrea Viscovich
, 2002 10:45 AM Subject: RE: POST to /cgi-bin/sendsms i tested with a simple html form that accepts the msisdn and text (username and password are hidden fields) and posts it to /cgi-bin/sendsmsi got the unauthorised error message upon changing the form method to get

RE: POST to /cgi-bin/sendsms

2002-08-29 Thread Oded Arbel
want to be ALONE -- -Original Message-From: Andrea Viscovich [mailto:[EMAIL PROTECTED]]Sent: Thursday, August 29, 2002 12:08 PMTo: [EMAIL PROTECTED]Subject: Re: POST to /cgi-bin/sendsms I had exactly the same problem, with latest cvs, I don't think the right solution