Forum OpenACS Q&A: Response to passing session forward to ns_httpget

Collapse
Posted by Taber Smith on
Actually, one of my co-workers got this to work finally.

This is comand works:
set result [ util_httpget $my_url [ns_conn headers] ]
but this command does not:
set result [ ns_geturl $my_url [ns_conn headers] ]

Could anyone explain the difference to me? Thx.