How to build a secure and RESTful service in PHP?

前端 未结 2 410
被撕碎了的回忆
被撕碎了的回忆 2020-12-24 03:17

I\'m building an application system which consists of a server part \"in the cloud\" and a client part, e.g. an iPhone or Android app or a web browser.

Server side i

2条回答
  •  一生所求
    2020-12-24 03:49

    Is there a tutorial, book chapter or blog article that describes this comined in a singe piece?

    I can recommend REST in Practice - Hypermedia System Architecture as a guide to building HATEOAS systems. It has no PHP samples, but it includes a full chapter on Web Security Issues, covering HTTP Basic and Digest Auth, OpenID and OAuth and attack vectors to be aware of.

提交回复
热议问题