Skip to content

Commit 696a78c

Browse files
committed
docs: Update README to highlight Version 2.0 features
1 parent 85ade75 commit 696a78c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Cloudflare Bypass for Scraping
22

3+
> **Thank you for 1,800+ stars!** Introducing **Version 2.0** with enhanced request mirroring, improved caching and better reliability for bypassing Cloudflare protection.
4+
35
Bypass Cloudflare protection with ease. Supports cookie generation and request mirroring for any HTTP method.
46

57
## Sponsors
@@ -78,7 +80,7 @@ curl "http://localhost:8000/api/data" -H "x-hostname: example-site-protected-wit
7880

7981
# POST request
8082
curl -X POST "http://localhost:8000/api/submit" \
81-
-H "x-hostname: api.example.com" \
83+
-H "x-hostname: cf-protected-website.com" \
8284
-H "Content-Type: application/json" \
8385
-d '{"key": "value"}'
8486
```

0 commit comments

Comments
 (0)