Troubleshooting of HTTP errors: Difference between revisions
Jump to navigation
Jump to search
m
→415 Unsupported Media Type
| Line 20: | Line 20: | ||
例如:RESTful API 遇到該錯誤,可能解決方式是 HTTP Headers 加入 | 例如:RESTful API 遇到該錯誤,可能解決方式是 HTTP Headers 加入 | ||
<pre> | <pre> | ||
Content-Type: application/json | Content-Type: application/json | ||
</pre> | </pre> | ||