webrequest
problem with VB.net WebRequest return page with no results
I am trying to get the html response of a Kayak.com query using a WebRequest object, however more often that not the site returns no results, i just get an empty Kayak page, i have to try the request[详细]
2023-02-06 18:54 分类:问答webrequest get throws an exception "The remote server returned an error: (501) Not Implemented."
I\'m trying to load a file using webrequest method.First I need to log in then get a file or a directory listing. https:///xxx.yyy.zzz/login_template[详细]
2023-02-05 14:54 分类:问答Logging into website programmatically with C# and WebRequest class
I\'m trying to login to a website using C#开发者_开发百科 and the WebRequest class. This is the code I wrote up last night to send POST data to a web page:[详细]
2023-02-05 03:38 分类:问答Sending SSL HTTP request via TcpClient socket in C#
I am facing a problem that I must retrieve a website content via a TcpClient socket (I cannot use HttpWebRequest as well as HttpWebResponse because some other issues). I can successfully request to we[详细]
2023-02-04 08:53 分类:问答Monotouch: WebRequest connection fails after switching off Airplane Mode on iPhone
My monotouch app is doing periodic background synchronization with a web-service. It runs perfectly and detects Airplane mode correctly. When I switch off WiFi, it automatically starts using the WWAN[详细]
2023-02-02 02:22 分类:问答VB6 - WinHttpRequest Timouts Problem
I\'m using a WebRequest in VB6 and I开发者_开发知识库 have the timeouts set at \"5000\" (5 seconds), but even after 5 seconds it is not timing out, any help is appreciated.[详细]
2023-02-02 00:55 分类:问答How do I programmatically send information to a web service in C# with .NET?
I know this sort of counts as reinventing the wheel here, but I need to know to communicate with a web service through http/soap/xml and web messages. The reason is I need to communicate with a third[详细]
2023-02-01 15:37 分类:问答HttpURLConnection POST Request Returns No Value
I am having an issue handling HTTP URL Connections that do not return data.The code I am using is below...It is basically a messaging client, and this method gets any messages sent to a fake user (bot[详细]
2023-02-01 10:35 分类:问答Prevent errors when doing a Webrequest in VB.Net
I receive three errors using the following function: Private Sub readWebpage(ByVal url As String) Try Dim req As System.Net.WebRequest = System.Net.WebRequest.Create(url)[详细]
2023-02-01 10:22 分类:问答How do I need to read/know in order to log into a site and perform an action? [duplicate]
This question already has answers here: C# .NET Cookie Handling For After Login (2 answers) Closed 3 years ago.[详细]
2023-02-01 09:50 分类:问答