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