Tag

API debugging

0 views collected around this technical thread.

IT Xianyu
IT Xianyu
Apr 3, 2023 · Backend Development

From Postman to IntelliJ IDEA REST Client

This article explains why the built‑in REST Client in IntelliJ IDEA can replace Postman by offering equivalent request features, environment handling, shared scripts, response assertions, and token management, all within a single development environment.

API debuggingHTTP testingIDEA REST Client
0 likes · 7 min read
From Postman to IntelliJ IDEA REST Client
Top Architect
Top Architect
Mar 11, 2023 · Backend Development

Using cpolar for Intranet Penetration to Debug SpringBoot APIs

This tutorial explains how to set up a Java SpringBoot service, install and configure the cpolar intranet‑penetration tool, create HTTP tunnels for local ports, test the public endpoints with Postman, reserve a fixed sub‑domain, and use cpolar's listener for request debugging.

API debuggingBackendIntranet Penetration
0 likes · 7 min read
Using cpolar for Intranet Penetration to Debug SpringBoot APIs