0% found this document useful (0 votes)
361 views2 pages

HTTP Payload Examples and Usage

The document provides 5 examples of HTTP request payloads that establish and maintain a connection. Each example payload contains HTTP request headers like Host, Connection, and Referer as well as control codes like carriage return and line feed. The payloads demonstrate using GET, POST, and CONNECT methods with Keep-Alive and split directives to securely retrieve resources over HTTP.

Uploaded by

lmdimasm
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
361 views2 pages

HTTP Payload Examples and Usage

The document provides 5 examples of HTTP request payloads that establish and maintain a connection. Each example payload contains HTTP request headers like Host, Connection, and Referer as well as control codes like carriage return and line feed. The payloads demonstrate using GET, POST, and CONNECT methods with Keep-Alive and split directives to securely retrieve resources over HTTP.

Uploaded by

lmdimasm
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

[ • Payloads • ]

GET [Link] HTTP/1.1[crlf]Referer:


[Link][crlf]GET /HTTP/1.1[crlf]Host:
[Link][crlf]Connection: Keep-Alive[crlf]User-Agent:
[ua][crlf][raw][crlf][crlf][raw][crlf]Referer:
[Link][crlf][crlf][crlf]
NetData] \ r

\ r

Ejemplo:

GET http: // [Link] / HTTP / 1.1 \ r


Anfitrión: [Link] \ r
conexión: Keep-Alive \ r
\ r \ n

Ejemplo 1:

POST [Link] HTTP/1.1[crlf]Host:


[Link][crlf]Connection: Keep-Alive[crlf][crlf]CONNECT
[host_port] [protocol][crlf][crlf]

Ejemplo 2:

CONNECT [host_port] HTTP/1.1[crlf][crlf]PUT [Link]


[protocol][crlf]Host: [Link][crlf]X-Forward-Host:
[Link][crlf]Connection: Keep-Alive[crlf][crlf]

Ejemplo 3:

POST [Link] HTTP/1.1[crlf]Host: [Link]-


[Link][crlf]X-Online-Host: [Link][crlf]X-Forward-Host:
[Link][crlf]Connection: Keep-
Alive[crlf][crlf][split]CONNECT [host_port]@[Link]
[protocol][crlf][crlf]

Ejemplo 4:

CONNECT [host_port] HTTP/1.1[crlf][crlf]POST [Link]


[protocol][crlf]Host: [Link][crlf]X-Online-Host:
[Link][crlf]X-Forward-Host: [Link][crlf]X-Forwarded-For:
[Link][crlf]Connection: Keep-Alive[crlf][crlf]

Ejemplo 5:
POST [Link] HTTP/1.1[crlf]Host: oss-
[Link][crlf]X-Online-Host: [Link][crlf]X-Forward-Host:
[Link][crlf]Connection: Keep-Alive[crlf][crlf][split]CONNECT
[host_port] [protocol][crlf][crlf]

You might also like