Making a http request using CEFSharp and all its stored cookies -


i'd make webrequest facebook or authenticated site using cookies contained in cefsharp after user has logged on.

how can that? i'm using httpwebrequest. can somehow retrieve cookies cef , pass httpwebrequest? tried looking @ cefrequest it's not accessible nor know how use it

i need in order prefetch resources needed 2000 sites need precached. if can suggest way please recommend well

the method cef.visitallcookies() issue callback each cookie. can selectively include or of these cookies in web requests make using httpwebrequest.

https://github.com/ataranto/cefsharp/blob/master/cefsharp/cefsharp.h#l122


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -