New paste Use cases Explore public pastes Text tools Developer API The Paste Library Security Sign in with Google

HTTP pastebin for requests and responses

Requests, responses, and headers. Pastebin.ai preserves the submitted source, adds a line-numbered reading view, and lets you choose retention and access before sharing.

HTTP sharing decisions at a glance

Check the source, runtime context, and privacy risks that matter when you share HTTP text.

Best use

Share one scoped HTTP artifact: Request and response debugging.

Context to include

Name the source: Common inputs include raw HTTP messages, header blocks, curl output, and API transcripts. State the tool or runtime that reads them.

Details to remove

Review before upload: Inspect each HTTP value, comment, path, and identifier; the checklist below names the format-specific risks.

What to include in a reviewable HTTP paste

Common inputs include raw HTTP messages, header blocks, curl output, and API transcripts. Limit the artifact to the lines and context a recipient needs to understand its purpose.

01

Request and response debugging

Keep the HTTP example limited to this review goal and its required inputs.

02

Header comparison

For HTTP review, Name the producing tool or runtime, preserve exact source text, and include only the context another person needs to understand the artifact.

03

Sanitized API examples

Use representative placeholders so this HTTP example preserves structure without exposing live values.

A small HTTP paste example

The HTTP sample below uses a small, representative form of raw HTTP messages, header blocks, curl output, and API transcripts. Replace live values with clear placeholders while keeping the structure another reader needs.

GET /v1/example HTTP/1.1
Host: api.example.com
Accept: application/json

HTTP/1.1 200 OK
Content-Type: application/json

Add the context a reviewer needs

Keep the method, representative path, status, content type, relevant headers, and body shape. State whether the transcript is HTTP/1.1, HTTP/2 semantics, a proxy log, or tool-normalized output.

  • Name the tool or runtime that consumes this HTTP text.
  • Show the command and the expected versus actual HTTP result.
  • Keep only the smallest HTTP artifact that preserves the issue.

Review the paste before it leaves

Redact Authorization, Cookie, Set-Cookie, proxy credentials, signed query strings, CSRF tokens, private hosts, client IPs, and personal response data. Use example.com for public examples.

  • Start a HTTP review with unlisted visibility.
  • Match expiry to the window for request and response debugging.
  • Encrypt this HTTP paste when readable server storage is outside the trust boundary.

Next HTTP step: API and webhook workflow adds this context: Keep the method, status, relevant headers, and sanitized body shape.

HTTP paste questions

Short answers about HTTP formatting, runtime context, and safer sharing.

Which headers should never be shared?+

Remove authorization credentials, cookies, signed URLs, session identifiers, and any organization-specific security headers or tokens.

Should request and response be in one paste?+

Yes when their relationship matters; label each block clearly and retain only the headers and body fields needed to explain the behavior.