Closed gmareater closed 6 years ago
Sorry, but I'm not aware of a simple method to use this library together with HttpWebRequest
. You basically have to manually do all the steps that happen inside the ClearanceHandler
.
CookieContainer
to your requestChallengeSolver
-classThis list is maybe not complete, but that is more or less, what the ClearanceHandler
normally would to for you. At least you can make use of the ChallengeSolver
.
thanx for your tips, I willl give it a try :)
hi It worked, i just make _cookie field ,"Public", and replace my own cookie container I'm so Happy :))
Thanx dude
hi Thanx for your work,
Is there any way to use HttpWebRequest instead of httpclient? could you provide sample?