Skip to content

Commit

Permalink
Merge pull request #2236 from benmunro/patch-1
Browse files Browse the repository at this point in the history
Fix wildcard accept header
  • Loading branch information
spboyer authored Nov 28, 2016
2 parents 35ee38b + 9d8df8b commit 99d5b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspnetcore/mvc/models/formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Content *negotiation* only takes place if an `Accept` header appears in the requ
negotiation taking place - the server is determining what format it will use.

> [!NOTE]
> If the Accept header contains `/`, the Header will be ignored unless `RespectBrowserAcceptHeader` is set to true on `MvcOptions`.
> If the Accept header contains `*/*`, the Header will be ignored unless `RespectBrowserAcceptHeader` is set to true on `MvcOptions`.
### Browsers and Content Negotiation

Expand Down

0 comments on commit 99d5b03

Please sign in to comment.