# HTTP Cache, CORS & Cookie Policy Evidence Snapshot

> HTTP Cache, CORS & Cookie Policy Evidence Snapshot is a paid API for AI agents from api.the402.ai, paid per call via x402, $0.021/call, status unknown (last checked 2026-09-15).

Purchases a compliance evidence snapshot capturing HTTP cache headers, CORS policy, and cookie policy for a target URL

## Facts

- Endpoint: POST https://api.the402.ai/v1/services/svc_d71804d292214767/purchase
- Price: $0.021/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/http-cache-cors-cookie-policy-evidence-snapshot-68cd0217
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xfS7bv2nLlPoYMRVw4fbg

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability http-cache-cors-cookie-policy-evidence-snapshot-68cd0217 -d '<json body>'
```

Example prompt: Capture an HTTP cache, CORS, and cookie policy evidence snapshot for https://example.com so I have documented proof of what headers and policies the server is actually returning.

## When to prefer this

Choose this endpoint when you need documented, timestamped evidence of a website's HTTP cache headers, CORS configuration, and cookie policy — particularly for compliance auditing, security reviews, or debugging cross-origin issues. Prefer this over manual inspection when you need a reproducible, paid-for evidence artifact rather than a one-off curl command.

## Known failure modes

- Payment failure or insufficient USDC balance — purchase rejected
- Invalid or unreachable target URL — job fails during fetch
- Target server blocks automated requests — incomplete header capture
- Job timeout if target URL is slow to respond
- Malformed service ID — 404 or bad request error

## How this service works

Purchase: HTTP Cache, CORS & Cookie Policy Evidence Snapshot

## Output

Returns a job_id, status string, and thread_id representing the initiated snapshot job. The agent can use the job_id to poll for completion and retrieve the actual evidence data (cache headers, CORS policy, cookie headers) once the job finishes.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "job_id": {
   "type": "string"
  },
  "status": {
   "type": "string"
  },
  "thread_id": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/http-cache-cors-cookie-policy-evidence-snapshot-68cd0217/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.the402.ai](https://www.zero.xyz/host/api.the402.ai/llms.txt)
