login using httpclient is possible ?
-
i am trying to login youtube with httpclient , is it possible ?? i cannot find any tutorial using httpclient
-
You can log your browser's traffic to see the actual GET or POST requests. Use Fiddler or something like that. And then you'll be able to reuse them with http client.
-
is it possible, but I would say it is extremely difficult, each site will have a unique set of parameters you will need to manually fill, youtube I would guess is very complex
-
@andy231 You can also login with browser and than use "Load cookies from browser"