Re: Can't talk HTTP to cygwin build
"Ben Blaukopf" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <04a401c28afe$3f410ff0$6500000a@BENVAIO> |
----- Original Message ----- From: "Andreas Fink" <[email protected]> To: "Ben Blaukopf" <[email protected]> Sent: Wednesday, November 13, 2002 10:14 AM Subject: Re: Can't talk HTTP to cygwin build > > On Mittwoch, November 13, 2002, at 11:08 Uhr, Ben Blaukopf wrote: > > > > > ----- Original Message ----- > > From: "Schaich, Peter" <[email protected]> > > To: <[email protected]> > > Sent: Wednesday, November 13, 2002 9:46 AM > > Subject: RE: Can't talk HTTP to cygwin build > > > > > >> Hi, > >> > >> how did your URL to connect exactly look like? > > My canonical test is: > > > > http://localhost:13013/ > > > > Which ought to return an error message like 'unknown service' - I > > forget > > what it is exactly. Similarly if I > > > > telnet localhost 13013 > > GET / > > no. you should do > > GET / HTTP/1.0 > > a simple GET / is HTTP version 0.9 and I don't think the kanne library > supports that. In which case I'd have expected at least an error message. > however your browser will not use 0.9 I guess. Nope, 1.1 > > I ought to get at least something back. > > > > I have tried a properly formed submit of > > http://localhost:13013/cgi-bin/ > > sendsms?to=%2B447786916043&username=tester&pa > > ssword=foobar&text=blah > > > > Thats correct. did you run the application as root? is the port 13013 > only used for this and for nothing else? Well this is cygwin, so I'm not sure how root maps to that. But I am logged in as Administrator. uid=500(Administrator) gid=513(None) groups=513(None) Ben