back to API Security

All API Security articles

API Security → All API Security articles

3 weeks ago

Webhook Security

Webhooks are event callbacks over HTTP — and every one is an unauthenticated POST that a bad actor can forge, replay, or point at …

3 weeks ago

API Gateway Attacks

The gateway in front of your APIs — Kong, AWS API Gateway, Apigee, NGINX, Envoy — is a security control and an attack surface at o…

3 weeks ago

gRPC & Protobuf Security

gRPC feels like a black box — binary protobuf over HTTP/2 — so people assume it is hard to attack. It is not. The wire format is t…

May 24, 2026

SSRF via APIs

any endpoint that fetches a URL (image proxy, link preview, webhook, OEmbed, /import) is a tunnel an attacker can point at your in…