VB.Net Error 403 in HTTP Web Requests
问题 while using HTTP web Requests, when i try and read the stream i always get an error saying 403 Forbidden but if i try to do it in the VB.Net web browser it works fine. Here is my code: Imports System.Net Imports System.Text Imports System.IO Public Class Form2 Dim logincookie As CookieContainer Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim postData As String = "test=test&username=test&password=test&next=test.html" Dim