Skip to content

Commit 5eaf568

Browse files
committed
Merge branch 'main' of https://github.com/darobin/dasl.ing
2 parents 3fb1e2e + 51de21b commit 5eaf568

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

rasl.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ <h2>RASL Retrieval</h2>
150150
If there's a redirect and it's not a 307, the client should treat
151151
it as such anyway.
152152
</li>
153+
<li>
154+
Note that the response media type for ALL RASL requests is <code>application/octet-stream</code>.
155+
This is done explicitly to avoid people using RASL endpoints to serve sites directly.
156+
</li>
153157
</ul>
154158
</div>
155159
</section>

rasl.src.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ <h2>RASL Retrieval</h2>
152152
If there's a redirect and it's not a 307, the client should treat
153153
it as such anyway.
154154
</li>
155+
<li>
156+
Note that the response media type for ALL RASL requests is <code>application/octet-stream</code>.
157+
This is done explicitly to avoid people using RASL endpoints to serve sites directly.
158+
</li>
155159
</ul>
156160
</div>
157161
</section>

0 commit comments

Comments
 (0)