dbTalk Databases Forums  

CallHTTP and cookies

comp.databases.pick comp.databases.pick


Discuss CallHTTP and cookies in the comp.databases.pick forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Matthew
 
Posts: n/a

Default CallHTTP and cookies - 01-29-2007 , 09:02 AM






Quote:
From what I can find, CallHTTP does not support cookies. Am I
mistaken about this? Is there a workaround for this? I am running
UNIVERSE on AIX.



Reply With Quote
  #2  
Old   
Symeon
 
Posts: n/a

Default Re: CallHTTP and cookies - 01-29-2007 , 09:57 AM








On Jan 29, 3:02 pm, "Matthew" <m... (AT) gccservicing (DOT) com> wrote:
Quote:
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.



Reply With Quote
  #3  
Old   
Symeon
 
Posts: n/a

Default Re: CallHTTP and cookies - 01-29-2007 , 10:08 AM





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.



Reply With Quote
  #4  
Old   
Matthew
 
Posts: n/a

Default Re: CallHTTP and cookies - 01-30-2007 , 02:55 PM



I am new to using CallHTTP. Do you know how I would sytactically send
the cookie?


Reply With Quote
  #5  
Old   
Symeon
 
Posts: n/a

Default Re: CallHTTP and cookies - 02-01-2007 , 08:09 AM



On Jan 30, 8:55 pm, "Matthew" <m... (AT) gccservicing (DOT) com> wrote:
Quote:
I am new to using CallHTTP. Do you know how I would sytactically send
the cookie?
Hi - Something like Cookie: cookiename=variable=value&variable=value

e.g. Cookie: myCookie=user=me&action=menu1



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.