DevExpress / testcafe-hammerhead

A powerful web-proxy used as a core for the TestCafe testing framework. :hammer: :smiley:
https://testcafe.io
MIT License
171 stars 161 forks source link

Cannot bypass cloudflare verification #2992

Closed bugfan closed 8 months ago

bugfan commented 8 months ago

What is your Scenario?

a lot of sites set the cloudflare verification,and when I click the OK button, it does not pass validation

What is the Current behavior?

faild or not work

What is the Expected behavior?

pass the cloudflare's validation

What is your public website URL? (or attach your complete example)

my code is running at localhost.Also you can run testcafe-hammerhead at localhost,and input 'https://www.whatismyipaddress.com',like this image

What is your TestCafe test code?

testcafe-harmmerhead’s code,no changes has been made

access https://www.whatismyipaddress.com

Your complete configuration file

none

Your complete test report

none

Screenshots

image image

Steps to Reproduce

1.run node node_modules/gulp/bin/gulp http-playground 2.input https://www.whatismyipaddress.com 3.click OK button

TestCafe version

just use testcafe-hammerhead

Node.js version

v16

Command-line arguments

none

Browser name(s) and version(s)

Chrome 69+

Platform(s) and version(s)

macOS 10.14 m2

Other

I found https://www.whatismyipaddress.com/ has docked with cloudflare,you can test it directly

Bayheck commented 8 months ago

Hello,

testcafe-hammerhead is a proxy designed for TestCafe. Using it separately is not considered a target use case. Since the issue is not reproducible in TestCafe's Native Automation mode, the priority for this task is low. We do not plan to resolve it and are closing the ticket.

However, you are always welcome to create a pull request (PR) regarding this issue. We will review it.