Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8555053
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T15:01:51+00:00 2026-06-11T15:01:51+00:00

The following code doesn’t log in to yahoo. How should it be re-written? (of

  • 0

The following code doesn’t log in to yahoo. How should it be re-written?

(of course, “username” and “password” would be replaced with my actual account name & password.)

    static void Main(string[] args)
    {
        string input = string.Format("username={0}&passwd={1}", "<username>", "<password>");

        WebRequest request = HttpWebRequest.Create("https://login.yahoo.com/config/login");
        request.Method = "POST";
        request.ContentType = "application/x-www-form-urlencoded";

        StreamWriter writer = new StreamWriter(request.GetRequestStream());
        writer.Write(input);
        writer.Close();

        StreamReader reader = new StreamReader(request.GetResponse().GetResponseStream());

        string x = reader.ReadToEnd();

        Console.Read();
    }
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T15:01:52+00:00Added an answer on June 11, 2026 at 3:01 pm

    When having a look at the html source of the yahoo page, you’ll notice there are many hidden fields

    image showing the hidden fields of the form

    which are used to protect the user, for example against CSRF

    It may be, you will habe to firstly send a request to yahoo to get a valid anti CSRF token to then include it into your request. You’ll also have to have a look into the javascript the site uses. Maybe there is something calculated on client site, and then send with the login data.

    Be aware since those sites often change and maybe tomorrow you’re implementation won’t work.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The following code doesn't work (of course), because the marked line does not compile:
The last log in the following code doesn't work in Firefox. Why? (function() {
Is there a way which works? Of course the following code doesn't work: :-)
Would anyone be able to tell me why my following code doesn't centre the
Why the following code doesn't work? I want that input would be disabled for
following code doesn't work with input: 2 7 add Elly 0888424242 add Elly 0883666666
The following Code doesn't seem to work,I want the email keyboard with @ and
The following code doesn't build. struct some_struct { some_struct() { ... do something here
The following code doesn't work! 'this' in in the context when i access it
I know why the following code doesn't compile: public class Main { public static

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.