Fork me on GitHub
摘要: 0x01 REST API 简介 REST的全称是REpresentational State Transfer,表示表述性无状态传输,无需session,所以每次请求都得带上身份认证信息。rest是基于http协议的,也是无状态的。只是一 种架构方式,所以它的安全特性都需我们自己实现,没有现成的。建议所有的请求都通过https协议发送。RESTful web services 概念的核心就是“资... 阅读全文
posted @ 2015-11-02 11:46 花儿笑弯了腰 阅读(3185) 评论(5) 推荐(0) 编辑
摘要: Best Practices for Designing a Pragmatic RESTful API http://www.vinaysahni.com/best-practices-for-a-pragmatic-restful-api http://www.oschina.net/trans 阅读全文
posted @ 2015-11-02 10:59 花儿笑弯了腰 阅读(750) 评论(1) 推荐(1) 编辑
摘要: 原文:http://www.thebuzzmedia.com/designing-a-secure-rest-api-without-oauth-authentication/SituationYou want to develop a RESTful web API for developers ... 阅读全文
posted @ 2015-11-02 09:51 花儿笑弯了腰 阅读(619) 评论(0) 推荐(0) 编辑