On Jan 29, 3:57 pm, "Symeon" <syme... (AT) gmail (DOT) com> wrote:
Quote:
On Jan 29, 3:02 pm, "Matthew" <m... (AT) gccservicing (DOT) com> wrote:
From what I can find, CallHTTP does not support cookies. Am Imistaken about this? Is there a workaround for this? I am running
UNIVERSE on AIX.It is a while since i did this but If you send "Set-Cookie: " and the
cookie data in the http header then you can send cookies, for
receiving you get the data from the response headers under the heading
Cookie:
Rgds
Symeon. |
sorry - i got Set-Cookie and Cookie: the worng way round, your
databasic app acts as a client, so Cookie: sends to the server and the
server sends back Set-Cookie: in the headers.