CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1

    Angry Querying website

    Does anyone know wth this means?

    "You can’t just put the request strings in a browser with this solution, you have to post the data."

    I have already tried using WebRequest, using HTTP POST, reading the response etc. none of those works.

    Its basically this: I query a website usng HTTP POST in C#, and it returns the answer to a URL that I provided (call it myURL). Iam supposed to capture the data from that myURL. Websites being dynamic and stateless, dont see how this works.

    If you can explain the design, I can figure out the code as well.

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Querying website

    Please see my reply in the other thread. For some reason, I missed your earlier replies.

    http://forums.codeguru.com/showthrea...t=#post2115929

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured