0
votes
1answer
35 views

Response.redirect issue with rewritten URL

I am using a URL rewriter component (urlrewriter.net) and it's working fine. But, I am having issues with doing Response.Redirect from a rewritten URL. It is treating the rewritten URL as the actual ...
1
vote
1answer
33 views

Uploading a file from a .NET client to PHP on a server

I'd like to use .NET to upload a picture file from the local disk to a web server where it will be received by a PHP script and saved to the server. I'm not sure of the preferred way to transfer the ...
0
votes
0answers
8 views

Web API: ActionFilter that executes before entire request is received

I'm building a web service in Web API, and one of the actions receives very large files. They're video files, typically between 100-200mb. This means that the upload times will be long. I have ...
1
vote
1answer
36 views

How to avoid the 0-byte file on Webclient download error

When using the following code to download a file: WebClient wc = new WebClient(); wc.DownloadFileCompleted += new System.ComponentModel.AsyncCompletedEventHandler(wc_DownloadFileCompleted); ...
0
votes
1answer
28 views

Web login into a forum link to store the page sourcecode

How I can log in to this site using native methods? http://forum.soundarea.org/index.php?/forum/1121-01-2013/ My intention is to log in in background (I mean without openning the webbrowser interface ...
0
votes
2answers
74 views

C# Asynchronous Pluggable Protocol wrapping default HTTP Protocol throws InvalidCastException

In order to be able to filter URLs fetched (including JS, images, etc.) with the C# web browser (WinForms), the only containable option seems to be a Asynchronous Pluggable Protocol wrapping HTTP (and ...
2
votes
3answers
45 views

.Net Break one large form submission into multiple submissions

I'm not certain that this is possible, but I'd like some opinions on if it is, and if so, how I can go about doing it. Essentially I have a form that looks like this in pseudocode. I know it seems ...
1
vote
2answers
108 views

Download large file from HTTP with resume/retry support in .NET?

How to implement downloading a large file (~500MB) from HTTP in my application? I want to support automatic resume/retry, so that when connection is disconnected, my application can try to reconnect ...
1
vote
1answer
14 views

Adding HTTP header to HttpSoapClientProtocol

I'm generating a web service client dynamically (runtime) from a wsdl using ServiceDescriptionImporter. Everything works great until I try to invoke a service that requires authentication (Basic). I ...
0
votes
1answer
97 views

Android - Programmatically upload file to .NET server, with metadata

I know this question seems a bit specific, but I would have thought it was a quite common scenario. My goal here is to upload an image (~8 mb) to a server. The server runs .NET (no php I believe), but ...
0
votes
1answer
25 views

Rerouting http traffic in ASP.NET application

I would like to re-route traffic in HTTP request from one server to another in an ASP.NET web site. I have been looking into trying to do this using an http module or http handler. Are these viable ...
1
vote
1answer
48 views

Duplicate Requests to a WCF Http service

We have a desktop app which talks to the server via a number of WCF end points. We occasionally receive duplicate requests at some end points. We've spent a lot time examining why the client code ...
0
votes
1answer
46 views

How to get Http_Referrer of host site when calls come from iFrame?

I have a module which reads Http Calls to get Http_Referrer and operate on it. Now, recently I have had to put my client page inside an iFrame for a different host site. When this happens, I would ...
0
votes
1answer
46 views

Load and Use a Web Cookie

I am writing a small web scraper in C#. It is going to use HttpWebRequest to get the HTML file, find the required data, then report it back to the caller. The required data is only available when a ...
0
votes
1answer
65 views

C# HTTP Post code causing Worker Process Hang Up

We have been noticing hanging requests when viewing worker processes in IIS, and we initially thought that specifying an HTTP timeout value would solve the problem, but it didn't. We located the piece ...
0
votes
1answer
19 views

XML invalid issue

I am trying to request my file which has following XML: <?xml version='1.0' encoding='UTF-8'?> <store> <TOS><![CDATA[STANDARD LICENSE AGREEMENT: as �the Beat�) FOR ]]> ...
0
votes
0answers
30 views

Change Method from old reference

public string Post(T obj) { HttpRequestMessage request = new HttpRequestMessage(); MediaTypeFormatter[] formatter = new MediaTypeFormatter[] { new JsonMediaTypeFormatter() }; ...
10
votes
1answer
235 views

Preserving HTTPOnly cookies on Windows Phone

I have an app that sends a username and password to an API via HTTPS. The API returns HTTPOnly cookies. This means that the cookies are "invisible" to the code, but still exist and will be sent to ...
12
votes
6answers
692 views

Why Getting Http Request and Response too late

I am using http post method to send request to a Http Server URL. Time difference between request and response is around 60 seconds but as per Server team they are sending response withing 7 seconds ...
0
votes
0answers
25 views

Redirect using HttpSimulator gives NullReferenceException

I've been using Phil Haack's HttpSimulator to get unit tests around some VB.NET legacy code. However, I've found that when the code calls HttpContext.Current.Response.Redirect a ...
8
votes
1answer
290 views

Sending a GCM message (server-side) often fails - but far from always

I am using the Google Cloud Messaging (GCM) service for my Android app. I have implemented it according to all the rules, and it works. Well, almost. Most often, I'd say in 60-70% of the cases I can ...
0
votes
0answers
124 views

CloudFlare cuts HTTP POST Content

I communicate with a server that is behind CloudFlare. I seldom get an error from the server as if it doesn't receive content of my HTTP POST request. It happens really rarely (maybe 1-2%). Also if I ...
0
votes
1answer
33 views

strange #.[some char] added to the page address in firefox

[Asp.net website, .net framework 4] I noticed a strange thing in my web page address, With every new page requested the address of the page automatically attached with somthing like (#.UTedxFc5stU) ...
3
votes
1answer
112 views

Creating a HttpBrowserCapabilitiesBase from a UserAgent string

So the HttpRequestBase class has a Browser property that returns a HttpBrowserCapabilitiesBase. We currently use this property in some of our MVC infrastructure code to get things like the Browser ...
0
votes
1answer
43 views

How to check if propery exist in HttpContext

I have the following code which tries to read user related saved data: res = HttpContext.Current.Profile.GetPropertyValue(properyName) When there is no property it defined with properyName, an ...
3
votes
1answer
68 views

304 response in Azure Service Bus relay

I have a request that contains a If-None-Match header that I then compare to the calculated response on the service. If they match and the response hasn't been modified since last I return an empty ...
0
votes
1answer
124 views

HttpWebRequest timing out on third try, only two connections allowed HTTP 1.1

for (int i = 0; i < endurance / 10; i++) { log.Info("mining now : " + endurance / 10 + " - " + i); HttpWebRequest mineRequest = ...
0
votes
0answers
106 views

Can IIS block the request even before Global.asax Application_BeginRequest is fired?

I use CORS support for one of my WCF REST service. It was working fine for one development machine -I was able to reach it from different domains-. When I moved to to TESTING environment I started ...
1
vote
1answer
92 views

vb.net http post cookies errors

I know this question was asked before and I was looking for the answers but I'm new to Post and I cant figure out what's wrong, on some websites it works fine but when I use it to access the intranet ...
0
votes
1answer
57 views

.net HTTP POST Method cookies disabled

I'm try to login to a site (can't give the URL, it's only intranet) using POST and C# (or VB). I get the following error : This system requires the use of HTTP cookies to verify authorization ...
-1
votes
2answers
163 views

How to save a POST request content as a file in .NET [closed]

I have a client application that makes a POST request to asp.net URL( it is used to uplaod a file to .NET). How to make asp.net page receives this request and save it as a file ? @ Darin Dimitrov I ...
0
votes
2answers
122 views

How to get the POST request content and save it using c#.NET?

I have android application the makes a Http POST request to asp.net page. I want to implement the asp.net page that receives this request and save it's content into a file (It's file uploading). ...
0
votes
1answer
80 views

HttpWebRequest.GetResponse hangs on reponse with no content

I've written a small "web server" that replays a pre-crafted response to everything. In this case: HTTP/1.1 404 Not Found\r\n \r\n The following client code hangs until the TCP timeout kicks in: ...
0
votes
0answers
140 views

IIS 8.0 EXPRESS Error 404 not found. On page reload

It might be a problem of configuration, Me and my entire team are having probleming with IIS Express only on our main project. The problem: We start the project, then we navigate to our page by the ...
0
votes
1answer
40 views

get every response in Http Get

I am using WebClient to get and post requests. When i send http request to GET data like this: WebClient client = new WebClient(); client.DownloadStringAsync(new Uri(requestUri), "GET"); I can ...
0
votes
2answers
45 views

Which semaphore type should I use for client-side HttpWebRequest throttling?

Background I have a windows service calls a REST web service using HttpWebRequest, I'm using a BlockingCollection<T> to implement a Producer/Consumer pattern. Every so often, my web service ...
1
vote
1answer
161 views

HTTP Error 403.14 - Forbidden on windows 7 using visual studio 12 for creating a web service

Hi i want to create a sample web service i am new to it but when i am running my web service program i am getting the below error..other details are as below -- my AssemblyInfo.cs using System; ...
1
vote
1answer
81 views

How do I get an HttpWebResponse for “200 OK”?

I know how to capture the HTTP response (in the form of an HttpWebResponse) in case of an error, but how do I do this when the method returns 200 OK? I'd like to handle all the responses uniformly. ...
1
vote
1answer
164 views

I need to send lots of web requests as fast as possible for many hours a day. What is the most efficient approach?

I have a script which does a lot of HttpRequsts in a while loop as follows. It is run in a BackgroundWorker. CookieContainer cookieJar = new CookieContainer(); string searchURL = ...
0
votes
1answer
58 views

.NET 'Set a flag in the context'

I have an issue similar to this one here. Looking at the answer, I had to do a little bit of reading to understand about how you can add methods to events in .NET. The only part of that answer I still ...
0
votes
2answers
205 views

Not returning 1/5 cookies, C# short and sweet code: RichTextBox, Form1_Load, using System.Net / System.Collections.Specialized

private void Form1_Load(object sender, EventArgs e) { string site = ...
0
votes
1answer
438 views

The HTTP request to 'http:///xxx.svc' has exceeded the allotted timeout

I am investigating the following TimeoutException exception. Has anyone encountered this before? Can anyone suggest a solution? We have a clients that connect to a WCF service to upload a payload of ...
2
votes
1answer
337 views

Reuse of keep-alive HTTP web request object

Lets say I want to send 10 requests where each has different URI (same host, but different resource) and I want to reuse the connection in a way that first request creates keep-alive persistent ...
11
votes
1answer
703 views

Cookies not sent on Windows Phone app, but cookies are sent with same code in Windows 8 app

I have a basic class that makes GET and POST requests using HttpWebRequest/HttpWebResponse. I use my class to login to an API and then request data. In a Windows 8 "Metro" application, it works ...
5
votes
1answer
230 views

How to determine if an HttpResponseMessage was fulfilled from cache using HttpClient

What is the equivalent to WebResponse.IsFromCache when using HttpClient and HttpResponseMessage? Is there some HTTP header in the response that I can look at?
1
vote
2answers
156 views

How to check whether an internet connection is available without prompting the dial-up dialog?

I'd like my application to connect to a server (to check for updates) whenever a connection is available, but do nothing when it isn't. I'm worried that people with a dial-up connection might receive ...
0
votes
0answers
95 views

HttpClient strange behavior when trying to access WCF Rest service with Windows Auth

I am creating a client-server application using WCF REST services (.Net 4.0) and I see really strange error there. To access the service I use HttpClient class, the code looks like: public TResponse ...
3
votes
3answers
57 views

pros and cons of site in https? [closed]

I am looking in to the possibility of creating a new site in full https as oppose to just having parts of it in https eg login. This is based on the guidelines provided in a recent OWASP report I am ...
0
votes
1answer
186 views

Get Google Maps HTML to Embed in My Website

I have a website where some users enter some data. Address is one of those data. I want to get html like this. <iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" ...
1
vote
1answer
380 views

Simple Task-returning Asynchronous HtppListener with async/await and handling high load

I have created the following simple HttpListener to serve multiple requests at the same time (on .NET 4.5): class Program { static void Main(string[] args) { HttpListener listener = new ...

1 2 3 4 5 9