Skip to content

Commit

Permalink
Merge pull request #113 from solid/fix/reader-application-accept-header
Browse files Browse the repository at this point in the history
Fix ReaderApplication request header to Accept
  • Loading branch information
VirginiaBalseiro authored Mar 4, 2024
2 parents b7e43fc + edbe638 commit 07714fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1094,8 +1094,8 @@ <h3 property="schema:name">Reading Profile</h3>
<span property="spec:statement">To retrieve a representation of a Solid WebID Profile, <a
rel="spec:requirementSubject" href="#ReaderApplication">Reader Application</a> <span
rel="spec:requirementLevel" resource="spec:MUST">MUST</span> make
an HTTP <code>GET</code> request targeting a Solid WebID Profile resource including a
<code>Content-Type</code> header requesting a representation in <code>text/turtle</code> or
an HTTP <code>GET</code> request targeting a Solid WebID Profile resource and include an
<code>Accept</code> header requesting a representation in <code>text/turtle</code> or
<code>application/ld+json</code>.</span>
</p>
</div>
Expand Down

0 comments on commit 07714fc

Please sign in to comment.