Tagged articles
5 articles
Page 1 of 1
Woodpecker Software Testing
Woodpecker Software Testing
Jan 20, 2026 · Backend Development

A Developer’s Search for a Postman Alternative: Why Apipost Stands Out

The author, a software developer, outlines the limitations of Postman—English‑only UI, instability on poor networks, mandatory login—and evaluates Apipost as a localized, login‑free alternative that imports Postman collections, adds performance testing and documentation features, ultimately boosting workflow efficiency and security.

API testingApipostPostman
0 likes · 4 min read
A Developer’s Search for a Postman Alternative: Why Apipost Stands Out
Open Source Tech Hub
Open Source Tech Hub
Jun 21, 2024 · Backend Development

How to Use Apipost Pre‑Execution Scripts to Call External Programs

This guide explains how Apipost’s pre‑execution scripts can run before a request, allowing developers to write JavaScript functions, manipulate variables, modify headers, queries, bodies, and invoke external programs via the apt.execute API, with version requirements, usage syntax, and a complete code example.

API testingApipostJavaScript
0 likes · 5 min read
How to Use Apipost Pre‑Execution Scripts to Call External Programs
Java Architect Essentials
Java Architect Essentials
Nov 8, 2021 · Backend Development

Using APIPOST to Send HTTP Requests and Manage API Parameters

This article explains how to use APIPOST to send HTTP requests, configure header, query, and body parameters, switch between form-data, x-www-form-urlencoded, and raw modes, view responses, and efficiently import parameter descriptions, providing a practical guide for backend developers.

APIAPI testingApipost
0 likes · 4 min read
Using APIPOST to Send HTTP Requests and Manage API Parameters