How do I prevent ServerXMLHTTP from automatically following redirects (HTTP 303 See Other responses)?
问题 I am using ServerXMLHTTP to perform an HTTP POST. The response returned is a redirect (specifically 303 See Other). ServerXMLHTTP is automatically following this redirect but this is causing an authentication failure as is not propagating the Authorization header of the original request. Is there a way I can prevent the automatic redirection (or alternatively ensure that the Authorization header is resent)? 回答1: ServerXMLHTTP does not support interception of redirects (see Microsoft Knowledge