差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
下次修改 Both sides next revision
java:web:restapi [2019/10/22 23:45]
tony [Resource]
java:web:restapi [2022/06/12 14:47]
tony [Articles]
行 8: 行 8:
   * [[java:​web:​restapi:​http_method_cant_make_sense|Http Method無法表達出某些動作]] ​   * [[java:​web:​restapi:​http_method_cant_make_sense|Http Method無法表達出某些動作]] ​
   * [[java:​web:​restapi:​response_code|Response Code]]   * [[java:​web:​restapi:​response_code|Response Code]]
 +  * [[java:​web:​restapi:​url|URL相關設計]]
 ===== Firewall issue of HTTP Delete & Put operations ===== ===== Firewall issue of HTTP Delete & Put operations =====
 HTTP Delete與Put操作可能會被防火牆阻擋,經過Study有三種替代方案。 HTTP Delete與Put操作可能會被防火牆阻擋,經過Study有三種替代方案。
行 56: 行 57:
   * [[https://​nordicapis.com/​3-common-methods-api-authentication-explained/​|3 Common Methods of API Authentication Explained]]   * [[https://​nordicapis.com/​3-common-methods-api-authentication-explained/​|3 Common Methods of API Authentication Explained]]
   * [[https://​www.itread01.com/​p/​12089.html|OpenID Connect 協議入門指南]]   * [[https://​www.itread01.com/​p/​12089.html|OpenID Connect 協議入門指南]]
 +  * [[https://​sysmgt.lenovofiles.com/​help/​index.jsp?​topic=%2Fcom.lenovo.lxca_restapis.doc%2Frest_apis_reference.html|修改密碼的REST API]]
 ==== URI ==== ==== URI ====
   * [[http://​blog.restcase.com/​7-rules-for-rest-api-uri-design/​|7 Rules for REST API URI Design]]   * [[http://​blog.restcase.com/​7-rules-for-rest-api-uri-design/​|7 Rules for REST API URI Design]]