User Tools

Site Tools


reference:spamrules_statement_winhttpget
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
reference:spamrules_statement_winhttpget [2018/11/14 10:45] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +======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 <url> <headers variable name> <content variable name>
 +
 +  * 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
 +  * <nowiki>http://</nowiki> and <nowiki>https://</nowiki> 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 <nowiki>"http://www.pscs.co.uk"</nowiki>, return the HTTP headers into the ${hdrs} variable and return the content into the ${content} variable
 +<code>
 +WinHTTPGet "http://www.pscs.co.uk" hdrs content
 +</code>
reference/spamrules_statement_winhttpget.txt · Last modified: 2018/11/14 10:45 by 127.0.0.1