انا اقصد قبل السطر اللي بتقول عليه
يعني جرب هذا الكود
انا جربته وما يعطيني هذا الخطأ 404
يعني جرب هذا الكود
PHP كود :
Dim uurl As String = "https://goo.gl/b3k9Bn"
Dim request As HttpWebRequest = HttpWebRequest.Create(uurl)
request.Method = "GET"
request.KeepAlive = True
request.CookieContainer = mycontainer2
request.UserAgent = "Mozilla/5.0"
request.Accept = "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
request.ContentType = "application/x-www-form-urlencoded"
Dim response As HttpWebResponse = request.GetResponse()
Dim url As String = response.ResponseUri.ToString
انا جربته وما يعطيني هذا الخطأ 404
اخي استفد من الاكواد بتعديلها بما يحقق مطلبك
