> I'm trying to POST to a server that needs authentication. I expect 
> a 401 from the server with in the header something like:
> WWW-Authenticate: Basic Realm=/something

This is a pure guess, but maybe the WWW-Authenticate header is only
returned for GET requests, with POST you are supposed to know that
authentication is needed and send the Authorization: command with the
request? 
 
> <Request>/sms/smsmessaging/outbound/tel:+32473042292/requests</Reque

I'm just writing a Delphi component to send SMS messages via HTTP and a
GSM modem, with a queue in case there are delivery problems.  

The two UK providers I'm initially supporting (Kapow and TextMagic) both
pass authentication as arguments in the GET or POST strings, rather than
using the Authorization: command.  If you have a test account and
documentation for your provider, adding a third provider will be easy. 

Angus


--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to