Logging in to an OpenID site from a .net app
问题 I have been thinking of maybe writing a little tool that logs into SO and updates my profile info with some topical/current info on a regular basis (eg. my latest blog post or questions I need help on, etc...) To get this to work I will need to somehow log on to SO from a console app. Is there a .Net library that streamlines logging on to an openid website using raw http requests? 回答1: Nope. Or at least, you can't do it in the general case. Because the part where you present your credentials