How legal is this HTTP header (1.1)?

Hello,


I order to try to find a way to catch one resource partially from 
several locations I constructed this header:
http://pastebin.ca/1456435

HTTP/1.1 302 Found
Content-type: multipart/parallel; boundary="ping"
Content-length: 2048;
Accept-Ranges: bytes;

--ping
Content-Id: Part1-ID
Content-Range: bytes 0-511/2048
Content-Encoding: base64

[SomeBase64StringHere==]
--ping
Content-Id: Part2-Identifier
Content-Range: bytes 512-1023/2048
Content-Location: http://sas4.domain.ext/resource/part2
--ping
Content-Id: Part3-SomeRandom
Content-Range: bytes 1024-1535/2048
Content-Location: http://sas2.domain.ext/resource/part3
--ping
Content-Id: Part4-Reference


My question is if this Header would be accepted within the current 
specification (from HTTP 1.1?)? If not, is there any thing I could 
consider reconstructing to DO fit within the specs (and have the same 
functionality)?


Thanks in advance,


Robert de Wilde

Received on Thursday, 11 June 2009 10:09:06 UTC