-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,33 @@ | ||
# RequestFaker | ||
Fake all of your HTTP/HTTPS requests | ||
<h1 align="center">Request Faker</h1> | ||
<h3 align="center">Fake all of your HTTP/HTTPS requests</h3> | ||
|
||
--- | ||
|
||
## What is this? | ||
This is a tool that you can use to send completly customized web request, with your certificates, SSL verification modes etc.... | ||
|
||
--- | ||
|
||
## What can I customize of my requests? | ||
- URI | ||
- Method | ||
- Headers | ||
- Body (Content) | ||
- Cookies | ||
- Protocol Version | ||
- Protocol Version's Policy | ||
- Proxy (URI and credentials) | ||
- AutoRedirects | ||
- SSL Back Verification | ||
- SSL Protocol | ||
- Decompression Method/s | ||
|
||
--- | ||
|
||
## What can I analyze after I sent my request in the response? | ||
- Status Code | ||
- Reason Phrase | ||
- Protocol Version | ||
- Headers (with Cookies) | ||
- Trailing Headers | ||
- Body (Content) |