Returning data from CGI scripts
A CGI script must return data beginning with a MIME header, which must contain one of:
Content-Type: type/subtype
- It then returns the relevant data
Location: URL
- This is a redirection - the clinet then transparently requests the new URL.