cors-headers.asis (757B)
1 HTTP/1.1 200 OK 2 Access-Control-Allow-Origin: * 3 Access-Control-Expose-Headers: X-Custom-Header, X-Custom-Header-Empty, X-Custom-Header-Comma, X-Custom-Header-Bytes 4 Access-Control-Expose-Headers: X-Second-Expose 5 Access-Control-Expose-Headers: Date 6 Content-Type: text/plain 7 Content-Length: 4 8 X-Custom-Header: test 9 X-Custom-Header: test 10 Set-Cookie: test1=t1;max-age=2 11 Set-Cookie2: test2=t2;Max-Age=2 12 X-Custom-Header-Empty: 13 X-Custom-Header-Comma: 1 14 X-Custom-Header-Comma: 2 15 X-Custom-Header-Bytes: … 16 X-Nonexposed: unicorn 17 X-Second-Expose: flyingpig 18 Cache-Control: no-cache 19 Content-Language: nn 20 Expires: Thu, 01 Dec 1994 16:00:00 GMT 21 Last-Modified: Thu, 01 Dec 1994 10:00:00 GMT 22 Pragma: no-cache 23 Date: Wed, 22 Oct 2013 10:00:00 GMT 24 25 TEST