Skip to content

It's a short Python script that extracts the data from an HTTP request in it's raw format, so you can use the resulting dictionaries in a classic Python request.

Notifications You must be signed in to change notification settings

alejosanti/RawExtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

RawExtractor

It's a short Python script that extracts the data from an HTTP request in its raw format, so you can use the resulting dictionaries in a classic Python request.

It was tested only with GET requests, and the raw string should have the following format: image

  • The first line must be the request line
  • The second line must have the host
  • The third line must have the cookies (if the request has any)
  • The rest of the request should be the headers

Please make sure that the format of the request you paste is the same that the picture shows. For example, make sure that you:

  • Did not leave blank lines before or after the request in the string
  • Left a blank space after the ":" separator in each header

About

It's a short Python script that extracts the data from an HTTP request in it's raw format, so you can use the resulting dictionaries in a classic Python request.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages