httpwebrequest

  1. thetrustedzone

    [Video Tuts] HTTP Programming with C#

    Hi All while this is in c# programming but any other programming coder could benefits since i covered the theoretical part of HTTP programming applied for all languages specially other .NET languages since all use same System.Net classes . Please Note the following : 1. Don't pm me if have...
  2. F

    Unable to post data using HttpWebRequest when using variable

    Hi guys, I'm stuck as I can't post data using HttpWebRequest on below body. The problem is I need to dynamcally insert data, so I have to use variable. I use variable and it works right but only on "Title" (adTitlEncoded - on the below body ) that doesn't allow me to use variable. If I...
  3. P

    vb.net httpwebrequest

    Hi friends, i'm new to vb.net and need some help. i'm trying to send my mail to a site using httwebrequest looking random codes on the web. still now nothing works, coud you help me? this is the html page where I'm trying to send my mail with a random fake ip. <div class="page-content"><form...
  4. C

    How to run JavaScript for HTTP Web Request ?

    I know how to get result of JS Window.OnLoad, but I have no idea how to run any other functions which running on POST method. Example script type="text/javascript">//<![CDATA[ replaceFormAction('form_post'...
  5. T

    Login to a site using HttpWebRequest VB.NET Issue!

    Hi! I know that there is a lot of http web request tutorials on how to login into a website but I tried most of them and they don't work :(. What i want to do is go to a likes exchange website rootdomain/login.php and login with the username and password located in the textbox1 and 2. I cant...
Back
Top