Liudas Jankauskas

Liudas Jankauskas

Rentgen.io nex-gen API testing tool

Forums

This meme is so far from reality

I saw this meme and honestly it s so far from reality.
We keep talking about shift-left, testing earlier, bringing QA into development and then we share memes like this, implying API testing somehow doesn t make sense. First of all, API itself can be the product. Second: even if it s not - API always needs to be tested separately. Different bugs. Different rules. Different risks. You don t test API like a user clicks a UI.
You test: success paths, validation errors, auth mechanisms, rate limiting, performance, edge cases and many others.
Most of which you can t even properly test through the UI. That s the whole point.
And this is exactly why we built Rentgen.io
To take care of these boring, but critical checks instantly - without setup, without writing tests, without pretending clicking buttons will somehow cover your backend.
Automation before automation.

AI and Rentgen are best friends

AI generates code and APIs faster than humans can realistically validate them.
More APIs more drift more regressions. That s exactly why Rentgen exists.
Rentgen helps teams quickly understand how their APIs behave under real-world input: before writing tests, before CI, before production incidents.
As AI accelerates software creation, the need for fast API diagnostics only grows.
rentgen.io
Automation before automation. Find API bugs when you have no tests.
ps.: Rentgen CLI soon. Rentgen CI/CD tests when you have no CI/CD tests.
#rentgen #apiTest #testAPI #api #rest #qa #soapUI #postman

Amazon API Testing: What 2 Minutes of Structural Analysis Revealed

We recently ran Rentgen against a simple production API endpoint responsible for updating a child profile.

No fuzzing. No custom scripts. No red team setup.

Just a real captured request and automated structural testing.

Testing Proton Pass API Without Knowing Its Architecture

I took a real Proton Pass API request straight from the browser and ran it through Rentgen.

No architecture knowledge. No configs. No scripts. Just import cURL generate tests wait a minute.

ChatGPT Telemetry Crashes on Invalid Input (Yes, Really)

Everyone says telemetry doesn t matter . Until it starts returning 500 Internal Server Error.

Clickjacking — when your users click things they never meant to

Clickjacking is one of those everything works security problems that teams ignore because nothing crashes, nothing burns, and monitoring stays green. And that s exactly why it survives.

Your API can be flawless, your backend locked down but if your UI can be framed, a user can be tricked into clicking real actions through someone else s page. Approvals, settings, payments, permissions. All valid. All invisible.

Your API Is Leaking Its Server Version. Yes, That’s Still a Thing

There s a special kind of security failure that doesn t come from complex exploits or zero-days. It comes from your API politely introducing itself to the entire internet: Hi, I m nginx 1.18.0.
This isn t advanced hacking. It s basic fingerprinting and it s how attackers decide whether you re worth attacking at all. Exposing server versions turns vulnerability scanning into shopping with a checklist: tech, version, CVE, automate. Teams forget this because it s boring, not because it s hard. No alerts. No crashes. Just a quiet little header waiting for the wrong person to notice. I added this check to Rentgen because people don t forget hard things they forget obvious ones. And those are the ones that usually bite first.

Read more: https://rentgen.io/api-stories/s...

If a problem can be solved without AI, does AI actually make it better?

I recently had an interesting conversation with an investor. I was explaining a very concrete technical problem and the solution behind it. At some point he asked: Won t AI solve this in a few years? If so, doesn t that make your solution irrelevant? That question stuck with me because my instinctive reaction was: why would that make it irrelevant?

If a problem can be solved without AI, that solution is always:

  • faster

  • cheaper - or zero cost

  • deterministic

  • easier to reason about

  • easier to trust

Rentgen - API tests before you write tests

Rentgen finds API bugs when you have no tests yet. We built Rentgen for one reason: to test APIs before you write any tests. Paste one cURL → Rentgen generates 50–200 edge-case checks (boundaries, invalid data, trimming, headers, CORS, enums, latency). No accounts. No cloud. Fully local. Run it before handing the API to QA. Because “the API works” usually means it worked for one happy request.

After testing hundreds of APIs, the biggest issues are still HTTP basics

After years of testing APIs across fintech, gov, and internal platforms, I keep seeing the same pattern: Most API bugs are not complex. They re boring HTTP basics that teams quietly forget.

A few examples I see again and again:

  • Missing auth returns 403 instead of 401 so clients debug permissions instead of authentication

  • Unsupported HTTP methods return 200 so people debug payloads instead of the method

  • Non-existent endpoints return 200 so monitoring shows everything is fine while users rage

  • Invalid payloads get echoed back in error messages opening doors nobody intended

  • Private APIs allow broad CORS origins because it worked in the browser

Meet-Tingp/meet-tingDan Bulteel

3mo ago

A reminder for founders: You are already the 1% of the 1%

Dear Product Hunt community,

If you re reading this and you ve launched something - or you're close to launching - you are already incredibly special.

Product Huntp/producthuntAaron O'Leary

4mo ago

🔥 Best AI Automation Tools: Nominate Your Favorites for the Product Hunt Orbit Awards

We just wrapped the Orbit Awards for AI Dictation and now we re moving to the next category: AI Automation.

This one is for the tools that actually do work for you clearing chores, running workflows in the background, or quietly taking over a chunk of your week without turning into another dashboard you have to babysit.

I spent 18 years breaking software, now I built a tool that does it faster than I ever could

I m Liudas a QA engineer with 18 years of experience in backend/API testing, leading QA teams in security-critical environments in the UAE.

I built Rentgen because most API bugs are simple edge cases no one has time to test manually. One cURL hundreds of generated test cases. All local, no cloud, no telemetry.

Testing APIs. Biggest Problems?

Hey there,

What are the biggest issues/problems you currently have with building and Testing APIs with existing tools like Postman, Insomnia etc?