@@ -42,7 +42,7 @@ If the server implementation expects at least a MIME type `Content-Type: applica
42
42
HTTP/1.1 415 Unsupported Media Type
43
43
Date: Fri, 28 Jun 2024 12:00:00 GMT
44
44
Server: Apache/2.4.41 (Ubuntu)
45
- Accept: application/json; charset=UTF-8
45
+ Accept-Post : application/json; charset=UTF-8
46
46
Content-Length: 0
47
47
```
48
48
@@ -62,13 +62,13 @@ Content-Type: application/x-www-form-urlencoded
62
62
}
63
63
```
64
64
65
- In this case, the server responds with a 415, with the required content type for the request in the {{HTTPHeader("Accept")}} header:
65
+ In this case, the server responds with a 415, with the required content type for the request in the {{HTTPHeader("Accept-Post ")}} header:
66
66
67
67
``` http
68
68
HTTP/1.1 415 Unsupported Media Type
69
69
Date: Fri, 28 Jun 2024 12:00:00 GMT
70
70
Server: Apache/2.4.41 (Ubuntu)
71
- Accept: application/json; charset=UTF-8
71
+ Accept-Post : application/json; charset=UTF-8
72
72
Content-Length: 0
73
73
```
74
74
@@ -81,4 +81,4 @@ Content-Length: 0
81
81
- [ HTTP response status codes] ( /en-US/docs/Web/HTTP/Status )
82
82
- {{HTTPHeader("Content-Type")}}
83
83
- {{HTTPHeader("Content-Encoding")}}
84
- - {{HTTPHeader("Accept")}}
84
+ - {{HTTPHeader("Accept-Post ")}}
0 commit comments