elcattivo / CloudFlareUtilities

A .NET Standard Library to bypass Cloudflare's Anti-DDoS measure (JavaScript challenge) using a DelegatingHandler.
MIT License
190 stars 47 forks source link

inject set-cookie headers in case the cookies changed #12

Closed kaso17 closed 7 years ago

kaso17 commented 7 years ago

This patch will inject the cloudflare id/clearance cookies back into the final response in case the cookies changed.

codecov-io commented 7 years ago

Codecov Report

Merging #12 into master will decrease coverage by -2.99%. The diff coverage is 0%.

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
- Coverage    49.6%   46.61%   -2.99%     
==========================================
  Files           6        6              
  Lines         125      133       +8     
  Branches        9       11       +2     
==========================================
  Hits           62       62              
- Misses         61       71      +10     
+ Partials        2        0       -2
Impacted Files Coverage Δ
CloudFlareUtilities/ClearanceHandler.cs 14.86% <ø> (-1.81%) :x:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8712f36...6e309f5. Read the comment docs.