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"
Line 54: | Line 54: | ||
* [[REST Security Cheat Sheet]] - the other side of this cheat sheet<br> | * [[REST Security Cheat Sheet]] - the other side of this cheat sheet<br> | ||
* [http://www.xiom.com/2011/11/20/restful_webservices_testing RESTful services, web security blind spot] - a presentation (including video) elaborating on most of the topics on this cheat sheet. | * [http://www.xiom.com/2011/11/20/restful_webservices_testing RESTful services, web security blind spot] - a presentation (including video) elaborating on most of the topics on this cheat sheet. | ||
− | |||
− | |||
= Authors and Primary Editors = | = Authors and Primary Editors = | ||
Ofer Shezaf - ofer@shezaf.com<br/> | Ofer Shezaf - ofer@shezaf.com<br/> | ||
+ | | valign="top" style="padding-left:25px;width:300px;border-right: 1px dotted gray;padding-right:25px;" | | ||
+ | |||
+ | == Other Cheatsheets == | ||
+ | |||
+ | {{Cheatsheet_Navigation_Body}} | ||
+ | |||
+ | |} | ||
[[Category:Cheatsheets]] | [[Category:Cheatsheets]] |
Revision as of 03:37, 8 April 2014
Last revision (mm/dd/yy): 04/8/2014 About RESTful Web Services [hide]
Web 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 - ofer@shezaf.com |
Other Cheatsheets |