Hi, I see that `url-http-parse-headers' won't redirect a 307 response for a POST request. There's a comment about 301/302 status codes, which says that for other requests than HEAD and GET, the user agent must not automatically redirect, which seems to follow the RFC. However, should we ask the user confirmation for the redirection and do the redirect depending on the user's choice? Nico