An open API service indexing awesome lists of open source software.

https://github.com/frederik-uni/docker-cloudflare-bypasser

A simple api that runs within a container that returns user-agent and cookies
https://github.com/frederik-uni/docker-cloudflare-bypasser

anti-bot anti-detect anti-detection bypass-cloudflare cloudflare-bypass cloudflare-bypasser cloudflare-scraper undetectable web-crawling

Last synced: 4 months ago
JSON representation

A simple api that runs within a container that returns user-agent and cookies

Awesome Lists containing this project

README

          

# docker-cloudflare-bypasser
A simple api that runs within a container that returns user-agent and cookies
```
docker run -p 8000:8000 frederikuni/docker-cloudflare-bypasser:latest

curl -X POST "http://127.0.0.1:8000/bypass-cloudflare" \
-H "Content-Type: application/json" \
-d '{"url": "https://nopecha.com/demo/cloudflare"}'
```