Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DabMK authored Jun 30, 2023
1 parent 3e6e7f9 commit 5be5ebd
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions README.md
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)

0 comments on commit 5be5ebd

Please sign in to comment.