AppEsteem web-compliance test harness
This site is a controlled destination operated by AppEsteem Corporation for evaluating how anti-bot, anti-fraud, and category-classification systems handle a wide range of request shapes. Every endpoint here is a passive sink: forms are accepted but never republished, ad-clicks never reach a real ad network, listings never go live. The site exists so we can observe the behavior of any intermediary between a client and this destination, without involving any real third-party victim.
How the simulation works. Each endpoint that an intermediary would see in real traffic — login submissions, rate-limited responses, comment/listing/like POSTs, ad-click trackers — responds with HTTP shapes that match what a real production site would send. Login forms 302-redirect to home with a session cookie; rate-limited endpoints return real 429s with Retry-After; ad-click trackers 302 to a landing URL. There is no diagnostic JSON sitting on top of these responses — if there were, the intermediary's behavior couldn't be measured honestly. The diagnostic endpoints (request reflectors at /api/echo/*, fingerprint at /fingerprint/data, status/redirect/delay utilities) are explicit testing tools; their JSON output is the contract. To verify what reached the server after submitting a form, look at your browser's network tab or the request log.
Operated by: AppEsteem Corporation. Copyright: © AppEsteem Corporation. All rights reserved. Terms / Privacy: see appesteem.com.
/api/echo/* and /fingerprint/data where echo is the contract), and forget. No request bodies, headers, or cookies are written to any datastore or to function logs. Still, please use synthetic data only — do not submit real credentials or PII.
Test categories
The sub-pages below cover typical Acceptable-Use-Policy "Customer shall not…" prohibitions (login / signup / mass-posting / engagement / ad-fraud / impersonation / streaming / etc.), additional consumer-harm scenarios, and a battery of request-reflector and request-shaping utilities. See /usage for a table mapping each intermediary protection (rate-limit reaction, credential-stuffing detection, click-fraud detection, etc.) to the exact endpoint that exercises it. To automate testing, grab the betterbrowsing-tester skill bundle — drop-in instructions plus a baseline-probe script.
Credential round-trip / account creation
Volumetric / rate testing
- /api/health · /api/fail · /api/ratecap?fail_pct=N (returns 429 N% of the time)
Mass posting / spam and engagement
Ad fraud
Impersonation / fingerprint
Cookies
OSINT / scan targets
Request reflectors & utilities
- /api/echo/headers · /api/echo/ip · /api/echo/user-agent echo
- /api/echo/get ·
POST /api/echo/postecho - /api/status/<code> · /api/redirect/<n> · /api/delay/<secs> utility