Cgi.origin

The origin header in the request, if present. Some HTML5 cross-domain apis set this and you should check it on those cross domain requests and websockets.

class Cgi
immutable(char[]) origin;
Suggestion Box / Bug Report