KyranRana / cloudflare-bypass

A new and improved PHP library which bypasses the Cloudflare IUAM page using cURL
MIT License
274 stars 98 forks source link

Proxy ip #58

Closed ghost closed 6 years ago

ghost commented 6 years ago

Could anyone help me? I've added proxy ip to curl inside V1 classes and seems working but I'm getting thousands of cookies in cf-cookies

Thanks in advanced

KyranRana commented 6 years ago

It is recommended you use V2, V1 is deprecated.

Have you tried V2, if so what error do you get with V2?

ghost commented 6 years ago

I didn't switch to V2 because everything seemed just working fine . But as soon as I add proxy ip into curl it generates thousands of cookies that I thought was strange

ghost commented 6 years ago

What are the pros for switching to V2 ?

Thanks

ghost commented 6 years ago

Using V2 now with no issues thanks

KyranRana commented 6 years ago

Sorry for the delayed response. V2 is just a cleaner version of V1 which is now being maintained by myself, @railken, and some other collaborators. If you come across any issues just raise them here, and I will do my best to get back to you. If I don't, @railken may do.

Its that time where I am busy again. There are things which are still outstanding for this project e.g. licenses, versioning, and adding to packagist which I will do in a few weeks.