Content negotiation other than accept-encoding in the wild #19
Replies: 3 comments
-
Hi Professor, here I have mentioned examples of content negotiation other than Accept-Encoding. $ curl -IL -A "Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148" https://www.pogo.com | grep -iE "^(http|location|Vary)" $ curl -IL -A "Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148" https://www.hulu.com | grep -iE "^(http|location|Vary)" $ curl -IL -A "Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148" https://www.swiggy.com | grep -iE "^(http|location|Vary)" |
Beta Was this translation helpful? Give feedback.
-
Hello Professor, Below are the examples of content negotiation other than Accept-Encoding ' ' ' ' ' ' ' ' ' ' ' ' HTTP/1.1 301 Moved Permanently HTTP/2 302 HTTP/2 200 ' ' ' ' ' ' ' ' HTTP/2 200 ' ' ' ' |
Beta Was this translation helpful? Give feedback.
-
Here are my examples of content negotiation other than Accept-Encoding.
|
Beta Was this translation helpful? Give feedback.
-
Find up to three different "in the wild" examples of content negotiation in dimensions other than
Accept-Encoding
.Beta Was this translation helpful? Give feedback.
All reactions