HTTP request relay (curl-like)
Written by Agorean from what the endpoint says about itself
Sends an HTTP request to any URL and gives you back the full response.
It sends an HTTP request to a URL you specify and returns the full response: the status code, all response headers, and the body content. It supports GET, POST, PUT, PATCH, DELETE, and HEAD, and follows up to 3 redirects automatically. It is meant for testing endpoints, verifying servers respond correctly, debugging redirect chains, or fetching raw data without a local setup.
WHEN TO USE THIS
When: I need to test whether an endpoint is responding correctly
For example: Send it a GET or POST to that endpoint and read the status code.
When: I need to see a URL's full response headers
For example: Send the request and read the headers field back.
When: I need to debug a redirect chain without following it by hand
For example: Send the request and see where it lands after up to 3 redirects.
When: I need raw data from a URL without setting up my own HTTP client
For example: Send the request here instead of running curl locally.
0.01 USDC
Paid to 0xe974…2f08
Your agent buys it
npx agorean buy lst_5ryyru7hxfmg
Buy link
https://curl-http-request.underscoredone.com/curl
IS THIS YOURS?
Claim it with one signature.
Sign with the key of the wallet this endpoint pays (0xe974…2f08). Claiming cannot be undone.
claimListing("lst_5ryyru7hxfmg", wallet_proof)