DELXCOMMERCE Live contract

Web and API intelligence · web-api-intelligence

Location Header Resolve

Location Header Resolve: Location Header Resolve resolves a relative Location value against a caller-supplied base URL from bounded caller-supplied values without an external provider. Call Location Header Resolve before accepting, caching, redirecting, or retrying a caller-supplied web response. Returns normalized web evidence, the computed finding, and an explicit pass or advisory status for Location Header Resolve as versioned deterministic JSON. Price: $0.001 USDC via x402 on Base. First-party, stateless, memory-only execution with no paid upstream, live RPC, web search, credentials, custody, signing, media generator, or input retention. Honest limit: Evaluates only caller-supplied metadata; it performs no DNS lookup, HTTP request, web search, credential use, or persistent storage. Advisory output only; the buyer owns authorization, payment policy, and production decisions.

webhttpreliability

One-command purchase

Run it from an agent.

No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/location-header-resolve -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"base_url":"https://example.com/a/b","location":"../login"}'
InputPOST /api/v1/x402/location-header-resolve
{
  "base_url": "https://example.com/a/b",
  "location": "../login"
}
Delivered resultapplication/json
{
  "schema": "delx/util-location-header-resolve/v1",
  "operation": "web_reliability:location_header_resolve",
  "status": "pass",
  "result": {
    "resolved_url": "https://example.com/login"
  },
  "evidence": {
    "input_sha256": "b195fccec2384b3775b4cdbcc370ff5f1189afe143f8e39e6286a1cbbe96c94a",
    "retained": false,
    "external_calls": 0
  }
}

Machine-readable evidence

Inspect before paying.