From: Daun Jaun Date: 2004-11-11T15:55:16+09:00 Subject: How to POST HEADERS along with COOKIES Hi can any one please tell me how to post cookies; shud it be placed in the header and if so in what format; ckyArr = ... # suppose i have an array of CGI::Cookie objects hdr['cookie']= unKnownFunc( ckyArr ) h=Net::HTTP.new( ... ) resp,body = h.post( path, query, hdr ) # path has a program that expects cookies # if cookies are not present or not in desired format it gives # paramter format error : and access is denied To make this work what shud be unKnownFunc ..? Please some one help ; my whole project depends on this primarily ... ;-) Awaiting replies Daun Jaun