VB.Net WebRequest and CloudFlare -


obviously cloudflare messes response of webrequest i've caught result , opened webbrowser instead loads through site , (i presume) gives me cookie.

later might want call , rather repeat browser process i'm trying webrequest using cookie browser.

i'm winging here on browser (once site has loaded normally) have:

webrequest.headers.add("cookie", webbrowser.document.cookie) smarkweb.usecookies = true 

but next webrequest still fails @ cloudflare while cookied browser can navigate around site fine.

any hints on i'm missing?


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -