Hi Graham,

> OK well can SetupBuilder use GET rather than POST?

The "Download File (HTTP)..." script function in SetupBuilder uses the HTTP
GET command to retrieve a text or binary file, the "Post to HTTP Server..."
script function sends a HTTP POST request to the server (and can retrieve
the server response).

So both GET and POST are supported in SB.

Friedrich