[AOLSERVER] Issue a post request from AOLSERVER

2003-04-03 Thread Wolfgang Winkler
Hi! Is there an easy way to issue post requests from aolserver like ns_httpget for get requests? wiwo -- Digital Concepts Ideen-Konzepte-Lösungen [EMAIL PROTECTED] www.digital-concepts.com Mobil: +43 699 / 20 88 13 51 Büro: +43 732 / 77 27 27 -- AOLserver - http://www.aolserver.com/ To Remove

Re: [AOLSERVER] Issue a post request from AOLSERVER

2003-04-03 Thread Scott Goodwin
Go get nsopenssl 2.1 and look at the https.tcl file in that distrubution: I've added ns_httpspost to it, and it even does multipart forms! Take my changes and apply them to the http.tcl file that comes with AOLserver and you'll have what you need. Send me the resulting http.tcl file and I'll

Re: [AOLSERVER] Issue a post request from AOLSERVER

2003-04-03 Thread Wolfgang Winkler
Hi! I just changed the line from set http [ns_httpsopen POST $url $rqset $timeout $querystring] to set http [ns_httpopen POST $url $rqset $timeout $querystring] and everything seems to work fine. That was easy! wiwo On Thursday 03 April 2003 17:55, you wrote: Go get nsopenssl 2.1 and look

Re: [AOLSERVER] Issue a post request from AOLSERVER

2003-04-03 Thread Scott Goodwin
Of course that was easy. What, did you think this was Apache?!? /s. On Thursday, April 3, 2003, at 10:32 AM, Wolfgang Winkler wrote: Hi! I just changed the line from set http [ns_httpsopen POST $url $rqset $timeout $querystring] to set http [ns_httpopen POST $url $rqset $timeout