======Spam Filter Rules: WinHTTPGet====== ^Statement |WinHTTPGet | ^Version |2.4.9+ | ^Purpose |Enables the script to retrieve a web page using the WinINET functionality | The **WinHTTPGet** statement requires a url, headers variable name and content variable name, in the format WinHTTPGet * The first line of the headers variable will contain the HTTP result code, if present * If VPOP3 cannot connect to the web server or cannot resolve the name of the website, the headers may be empty * http:// and https:// connections are supported * **WinHTTPGet** is only suitable for retrieving text web pages * VPOP3 has less control over **WinHTTPGet** than it does over [[spamrules_statement_httpget|HTTPGet]] =====Example===== The following example will retrieve the webpage "http://www.pscs.co.uk", return the HTTP headers into the ${hdrs} variable and return the content into the ${content} variable WinHTTPGet "http://www.pscs.co.uk" hdrs content