The incident highlights a number of key issues that organizations need to address when developing and deploying APIs: API security is critical, even if you think you dont have any real users ...
Continue ReadingJuly 30, 2021
I think it is a step back from what we had before, and I dont see any real benefit to using it over just having an artboard with your sketches on them. If you want to make changes later, you can alw ...
Continue ReadingJuly 29, 2021
Treat them as such. 3. Use a Secure Communication Channel The most common way to implement API security is through the use of HTTPS, which encrypts all traffic between users and the API endpoint usi ...
Continue ReadingJuly 29, 2021
Rate Limiting for the Win! So how do we prevent these issues? The first step is to implement rate-limiting on your APIs. Rate limiting can be implemented in many ways: by IP address, by user agent (b ...
Continue ReadingJuly 29, 2021
The Salt Labs team today released the latest edition of the pioneering State of API Security report. The data, drawn from a combination of survey responses and empirical data from Salt Security cu ...
Continue ReadingJuly 29, 2021
The advantage of this approach is that it allows me to check if two pieces of data are identical or not without actually having to store them both. This means that I can avoid storing duplicate copies ...
Continue ReadingJuly 29, 2021
The API economy is growing at an unprecedented pace, and organizations are increasingly relying on APIs to drive innovation https://t.co/Eg46lu5tzq ...
Continue ReadingJuly 29, 2021
The following example shows how an attacker could use a stolen users ID and password to access their bank account: A malicious user steals a valid users credentials from a compromised website, ...
Continue ReadingJuly 29, 2021
Back to Main