The webrequest tag has no wiki summary.
0
votes
0answers
37 views
C# downloading from Web
I am trying to develop a TurboIt downloader with C#.
The program does the following correctly.
Given the file URL it sends initial web request.
Based on the response it sends regular download ...
0
votes
0answers
29 views
Powershell cmdlet Invoke-WebRequest chokes on wildcard?
Weirdness: I have a Powershell cmdlet here that seems for all the world to be choking on a wildcard character. I didn't know that was possible, to be honest--I mean, this thing says it doesn't ...
1
vote
1answer
17 views
chrome.webRequest.onAuthRequired Listener
i'm trying to intercept the proxy authorization inside a chrome extension.
Following the answer to here: Domain Authorization in Chrome Extension and reading the docs here my code looks like this:
...
0
votes
1answer
25 views
iPhone loading screen until web request is finished
I need to show "Loading screen" (just an image) at the start of application and when application gets all needed data from web, then first viewcontroller is shown. I have succeded doing it by setting ...
1
vote
1answer
35 views
AJAX request failing on mobile device
If I try the following code in my browser it works but when I try it on my device (Samsung Galaxy S3) it won't complete the AJAX request.
the AJAX request:
$.ajax({
type: "POST",
url: ...
-1
votes
0answers
20 views
Is there a way to force HttpWebRequest/WebRequest to wrap attribute values in quotations?
So I am writing a C# application that gets and parses a web page using HttpWebRequest. I would prefer the attribute values in the returned HTML to be wrapped in quotes. I could write a function to add ...
0
votes
0answers
35 views
Best approach to asynchronously and repeatedly make 100s of webrequests?
I have a collection of devices on a LAN; there will be ~500 of them.
They all serve up information via http, along the lines of http://devicename.local/status.json (the JSON part is irrelevant to my ...
0
votes
0answers
6 views
WebRequest Throws Null Exception When Untrusted Cert Process terminates unsuccessfully
I am attempting to use a .Net WebRequest to web services that are secured with a homemade cert. I have bypassed the verification process for the cert by assigning the validation event response
...
0
votes
0answers
23 views
Delete folder on ftp
Hi I want to delete a folder on my ftp
I tried this:
WebRequest request = WebRequest.Create(strPath);
request.Method = WebRequestMethods.Ftp.RemoveDirectory;
request.Credentials = ...
0
votes
0answers
58 views
c# - http web request with https and basic authentication
I'm trying to do a webrequest over a https url with basic authentication. And its not working!
below is my code, it actually works if i use a non secure url vs the secure one, and i can't figure out ...
0
votes
0answers
41 views
Grab file from chrome webRequest onBeforeRequest
I am trying to fetch the files that want to be uploaded via POST.
Unfortunately i only get the requestBody as FormData giving me huge headaches accessing the file. I only get the filename as ...
2
votes
0answers
57 views
Is it a bad practice to do WebRequests from ASP.NET MVC app?
I'm doing a web application (ASP.NET MVC) running/deployed in Windows Azure.
Is it a bad practice if I do a lot of WebRequests from this application?, that is:
ActionResult SomeAction()
{
...
9
votes
3answers
256 views
Does any one know about this error: “Wrong Local header signature: 0x6D74683C”?
The following code is used to download a zip file and unzip it on phone.
The same code used to work on WP7, I started tested on WP8 device, and strange thing is happening... now it works on WP8 but ...
0
votes
1answer
93 views
WebRequest handshake fails due to unexpected packet format
I have a number of ASP.NET websites and a webservice that use the same code to "login" to a third party website. This includes basically using a WebRequest to do a HTTP POST to the login page of the ...
0
votes
0answers
90 views
Webrequest/Webresponse dont works with WP7, but with WP8 and Windows 8
i have the following problem:
I have a webservice which communicates over a SOAPMessage. When i debug the application on WP7 device (or in emulator), i get a System.Net.Webexception with "The remote ...
0
votes
0answers
35 views
How can I parse HTTP headers in a Chrome extension?
I'm working on a Google Chrome extension that does some processing based on HTTP response headers using the chrome.webRequest.onHeadersReceived event. I'm able to receive the headers, but the ...
0
votes
0answers
114 views
C# HttpWebRequest login in form then go to another form and post there as logged in
so basically I want to do something like this:
Go to a page (http://mypage.com/login.php) and login there
So far the code is good and it logs me in
var objCookieContainer = new ...
0
votes
0answers
46 views
WebRequest responses mixed up in multithreaded environment
I am facing a web requests responses mixed up.
I am developping a C# project on mobile device (Pocket PC 2003).
Here is the context
My software has a thread running every 5 seconds to ping a ...
0
votes
0answers
63 views
WebRequest.KeepAlive causes subsequent requests to work even with wrong Credentials
I'm seeing some behaviour which seems strange and I want to know if this is how it's supposed to work.
I'm sending a web request (in this example an FtpWebRequest) with correct credentials, ...
1
vote
0answers
32 views
webRequest API not capturing all page requests from application
I am trying to download JSON data from a web application. The URL/API is static and I can use it to call the webpage that returns the data. There is a session variable parameter that needs to be ...
1
vote
1answer
33 views
This.Page.Request reading incomplete encoded params c#
I have this problem,
This Request["MyParam"] working , but this method have a problem with Encoded values from a webrequest like : MyParam=help & development , I get just the 'help' word, ...
0
votes
0answers
27 views
How exactly des the process of web requesting work?
I don't know what exactly to google for, so hopefully somebody gives me a hint for this. :)
I try to understand how web requests are built and where its "properties" are set.
As far as I understand ...
0
votes
0answers
67 views
C# WebRequest 404, Works in Browser (form post)
I have been trying to make a webrequest using the following and when I access that through C# code, it sometimes 404's. Depending on how the JSESSIONID Cookie is returned, it will either work or it ...
4
votes
2answers
93 views
WebRequest.Create improperly decodes url
I have a url like this: http://localhost:8080/search.json?q=L%u00e6r, which is the encoded search for Lær.
Unfortunately creating a WebRequest from this url using WebRequest.Create(url) produces the ...
-1
votes
1answer
71 views
Is there a way in C# to get a 'browser' to pre-process a WebRequest so you can work with the elements that you see when you 'View Source'
I want to make a webrequest to e.g. http://finance.yahoo.com/q?s=rb.l and extract the share price. However the text returned is before the browser has processed it and I need it processed first before ...
0
votes
2answers
62 views
do httpwebrequest but without waiting for response
Here i do not want to wait for response from server because i do not care about response for
these httpwebrequest.
is it ok? or will it affect system in future?
HttpWebRequest PostRequest = ...
0
votes
0answers
194 views
WebClient: (System.Net.WebException) Error getting response stream (ReadDone1): ReceiveFailure
This is a MonoTouch application. I see errors out in the field with this exception. I see other SO quesitons, but nothing seems to be solving my issue. Could this be related to maxRequestLength on the ...
0
votes
1answer
303 views
HttpWebRequest BeginGetResponse callback not firing on WP8 (working on WP7)
I'm having a problem with a previous app not working on WP8, which works perfectly on WP7.
This is the code I'm using for the http request:
public void SendMessage()
{
request = ...
1
vote
1answer
211 views
ASP.NET WebRequest to Highcharts export server
I have the need to include a highcharts chart in a PDF report. But how can I get the image/png generated by the export.highcharts.com ?
That's what I have done so far:
At a button click, this ajax ...
1
vote
0answers
329 views
WebRequest.Create throws “The specified registry key does not exist.”
I am calling this line of code to get to the azure server:
var request = (HttpWebRequest)WebRequest.Create(uri);
and receive this exception.
Does anybody know how to manage with it?
...
0
votes
0answers
88 views
500 Internal Server Error - WebRequest - oGone Payments
I'm trying to integrate oGone payments into our website. The intergration documentation states that I must post fields to a Uri using GET.
Code:
ServicePointManager.SecurityProtocol = ...
0
votes
1answer
50 views
Is there a C# library able to load html code and to define the header
I have to download the html code from a website and parse it (unfortunately, parsing the html is the only way to get the necessary information). Of cause I could write my program using WebRequest, but ...
1
vote
1answer
607 views
Visual Studio Express 2012 - Windows Service VB.net - Access URL on timer
I'm trying to create a windows service in VB.Net using visual studio express 2012. Essentially all I want is for the service to sent a HTTP GET request to a pre-determined URL every N minutes. Kind ...
1
vote
2answers
115 views
Getting Image from the server while ignoring the file's case sensitivity
How can i make my code to get image "_filename.JPG" not only "_filename.jpg"?
string picUrl = "http://MyServer/" + _filename + ".jpg";
Image webImage = ...
1
vote
1answer
51 views
How do I resend a “failed” WebRequest?
I send POST and GET WebRequest that should support longer periods of internet being down. The idea is to queue the failed (timedout) webrequest and to try to resend them periodically until the ...
3
votes
1answer
71 views
BeginGetResponse from BackgroundWorker
I am creating a webrequest both from the UI thread and a BackgroundWorker thread.
IAsyncResult result = request.BeginGetResponse (o => {
callCallback (o);
}, state);
....
private void ...
0
votes
0answers
65 views
SSL certificate files - using Windows Service with WebRequest to ASHX
I'm writing code that uses the .NET WebRequest object to send SOAP XML to an ASHX web service (an ASP.NET HTTP Handler).
I'm planning to use a Windows Service (right now it's just a console app). My ...
1
vote
1answer
108 views
GetRequestStream() freezes if there is no internet connection
I've managed to spawn a asynchronous webrequest and setup a timeout for it. However the setup of the connection is still on the UI thread and it seems to freeze on GetRequestStream if there is no ...
0
votes
1answer
98 views
Gracefully abort WebRequest on TimeOut/No connection
I am developing an app for Android (and later iphone) using MonoDevelop/C# testing using Android emulator.
I have a WebRequest which I want to get a callback when it times out (or there is no ...
0
votes
1answer
99 views
WebExcpetion usind WebRequest.BeginGetResponse
i have a question which is bothering me for a long time.
I am using Windows Phone 8 and c#.
From time to time I get this Excpetion while downloading a file from the web:
A first chance exception of ...
0
votes
1answer
201 views
VB.NET 2010 Web Request Refresh
Hey im kind of new to VB and am trying to get a web request to refresh every 30 seconds, and have got stuck on how to implement a timer in to it. Here is the code I have produced so far, i would be ...
1
vote
1answer
43 views
Load Data via WebRequst on StartUp
I want to load data from the web, when my application starts, and
actually wait for the data, because the data will affect the Apps Appearance.
I am using WindowsPhone and c#.
The Problem I have is, ...
0
votes
0answers
84 views
Resubmit web requests on resuming from dormancy
I am using RestSharp (a REST client for .NET) in my Windows Phone 8 app, but I think my question also applies using HttpWebRequest or any other ways of running web requests.
I am trying to find a way ...
0
votes
2answers
103 views
C# post data from text file into website password spot?
i want to read from a text file line by line and enter each line into a online box to see if it works
for example
bob
tom
rob
i want to read from that and enter it into, say my websites username or ...
0
votes
1answer
45 views
Responding to a WebRequest
I have created a simple XML Request on test.aspx page.
System.Net.WebRequest req = System.Net.WebRequest.Create("http://server.loc/rq.aspx");
req.ContentType = "text/xml";
...
0
votes
3answers
147 views
Redirect all requests to another url
I have sip application on my iPhone. It uses sip.server.com url to send requests and get responces.
How can I redirect all request (not only http) from my domen to sip.server.com and then all ...
0
votes
1answer
233 views
Form reloading data and Class variables resetting in VB.net
This program basically goes to a websites and gets all the links in a specific div tag.
It then navigates to each link and gets the links in those pages as well.
However, after getting the first ...
0
votes
1answer
112 views
How can I deserialize an XML response to an object when I only need a child element of the XML?
I have the following XML that I am getting back from a WebRequest:
<?xml version="1.0" encoding="UTF-8"?>
<search>
<total_items>5</total_items>
...
0
votes
0answers
51 views
Checking a URL if it is reachable throws a ProtocolError
I am programming an Application, that checks all your favorites in IE. The application should give some more options, but they are not relevant at this point.
Reading a specific URL of a Bookmark ...
0
votes
1answer
98 views
Getting data from a website
since a couple of days I'm trying to write a C# program for my WP7 phone to get some kind of data file from a website.
There is a main link (http://www.convert-control.de/plant/53752/yield/2012) ...


