Content Negotiation Tester
Test Accept header content negotiation logic. Input available types and Accept header, show which type wins.
How Content Negotiation Works
- q=1.0 - Highest quality (default if not specified)
- q=0.0 - Not acceptable
- */* - Matches any type (wildcard)
- type/* - Matches any subtype (e.g., text/*)
- More specific types take precedence over wildcards
- When quality values are equal, more specific types win
More Developer Tools tools at toool.cc