Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
2k views

Techniques for logging into websites programmatically

I am trying to automate logging into Photobucket for API use for a project that requires automated photo downloading using stored credentials. The API generates a URL to use for logging in, and ...
0
votes
1answer
320 views

Login authentication using LDAP

I want to authenticate of my user to domain account using LDAP in c# (ASP.Net) Please guide how can I accomplish this? Thanks