Saved Bookmarks
| 1. |
Is it possible to hack API while testing? |
|
Answer» Yes, it is possible. This is because we are sending requests over the internet which mostly follows HTTP protocol. This protocol is text-based and is easier to READ. HENCE, it is required to perform SECURITY testing of the APIS to ensure SAFER systems. |
|