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.