The request:
curl -L -X POST 'http://localhost:8191/v1'
-H 'Content-Type: application/json'
--data-raw '{
"cmd": "request.get",
"url":"https://jayspov.net",
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.0 Safari/537.36",
"maxTimeout": 60000,
"headers": {"upgrade-insecure-requests": "1", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.0 Safari/537.36", "accept-language": "en-US,en;q=0.9"}
}'
The corresponding log:
INFO REQ-16 Cloudflare detected
DEBUG REQ-16 No '#trk_jschal_js' challenge element detected.
DEBUG REQ-16 No '.ray_id' challenge element detected.
DEBUG REQ-16 No '.attack-box' challenge element detected.
INFO REQ-16 Successful response in 2.869 s
But the response contains a page with 403 error.
... ,"headers":{"status":"403", ...
I hope you can fix it. Thanks for you time!
The request:
curl -L -X POST 'http://localhost:8191/v1'
-H 'Content-Type: application/json'
--data-raw '{
"cmd": "request.get",
"url":"https://jayspov.net",
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.0 Safari/537.36",
"maxTimeout": 60000,
"headers": {"upgrade-insecure-requests": "1", "user-agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.0 Safari/537.36", "accept-language": "en-US,en;q=0.9"}
}'
The corresponding log:
INFO REQ-16 Cloudflare detected
DEBUG REQ-16 No '#trk_jschal_js' challenge element detected.
DEBUG REQ-16 No '.ray_id' challenge element detected.
DEBUG REQ-16 No '.attack-box' challenge element detected.
INFO REQ-16 Successful response in 2.869 s
But the response contains a page with 403 error.
... ,"headers":{"status":"403", ...
I hope you can fix it. Thanks for you time!