This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "REST Assessment Cheat Sheet"
m (updated the link to: RESTful services - web security blind spot) |
m (→Other Cheatsheets) |
||
Line 59: | Line 59: | ||
Ofer Shezaf - [email protected]<br/> | Ofer Shezaf - [email protected]<br/> | ||
− | + | = Other Cheatsheets = | |
{{Cheatsheet_Navigation_Body}} | {{Cheatsheet_Navigation_Body}} |
Revision as of 06:16, 11 September 2017
Last revision (mm/dd/yy): 09/11/2017 About RESTful Web ServicesWeb Services are an implementation of web technology used for machine to machine communication. As such they are used for Inter application communication, Web 2.0 and Mashups and by desktop and mobile applications to call a server. RESTful web services (often called simply REST) are a light weight variant of Web Services based on the RESTful design pattern. In practice RESTful web services utilizes HTTP requests that are similar to regular HTTP calls in contrast with other Web Services technologies such as SOAP which utilizes a complex protocol. Key relevant properties of RESTful web services
The challenge of security testing RESTful web services
How to pen test a RESTful web service?
Related Resources
Authors and Primary EditorsOfer Shezaf - [email protected] Other Cheatsheets |