Forum OpenACS Q&A: Response to Stupid Aolserver trick with ns_httpget and lynx cookies

Thanks for the tip. For the record, here's a method that works:
ns_set cput $header_set_id Cookie [ns_set iget [ns_conn headers] cookie]

set return_page [util_httpget $target_url $header_set_id ]