Click here to Skip to main content
15,905,782 members
Home / Discussions / Web Development
   

Web Development

 
QuestionHttpWebRequest/Response without using IE Proxy Settings Pin
AmitDey9-Apr-10 2:24
AmitDey9-Apr-10 2:24 
I have a proxy setting in IE, which I do not want to change.

Also I have this piece of code

HttpWebRequest webRequest = (HttpWebRequest)
WebRequest.Create(url);
HttpWebResponse webResponse = (HttpWebResponse)
webRequest.GetResponse();

The problem is that, this Request is trying to go through the IE's proxy settings.

I want the request to not go through the IE's settings.

How can I achieve this ?
AnswerRe: HttpWebRequest/Response without using IE Proxy Settings Pin
Martin Jarvis13-Apr-10 21:01
Martin Jarvis13-Apr-10 21:01 
QuestionSending Form from HTML Webpage [modified] Pin
Dalek Dave8-Apr-10 10:22
professionalDalek Dave8-Apr-10 10:22 
AnswerRe: Sending Form from HTML Webpage Pin
Not Active8-Apr-10 10:34
mentorNot Active8-Apr-10 10:34 
GeneralRe: Sending Form from HTML Webpage Pin
Dalek Dave8-Apr-10 10:38
professionalDalek Dave8-Apr-10 10:38 
GeneralRe: Sending Form from HTML Webpage Pin
Not Active8-Apr-10 11:28
mentorNot Active8-Apr-10 11:28 
GeneralRe: Sending Form from HTML Webpage Pin
Dalek Dave8-Apr-10 11:35
professionalDalek Dave8-Apr-10 11:35 
GeneralRe: Sending Form from HTML Webpage Pin
Not Active8-Apr-10 11:47
mentorNot Active8-Apr-10 11:47 
GeneralRe: Sending Form from HTML Webpage Pin
Dalek Dave8-Apr-10 11:59
professionalDalek Dave8-Apr-10 11:59 
GeneralRe: Sending Form from HTML Webpage Pin
Not Active8-Apr-10 12:25
mentorNot Active8-Apr-10 12:25 
GeneralRe: Sending Form from HTML Webpage Pin
Dalek Dave8-Apr-10 12:32
professionalDalek Dave8-Apr-10 12:32 
GeneralRe: Sending Form from HTML Webpage Pin
Dalek Dave8-Apr-10 14:02
professionalDalek Dave8-Apr-10 14:02 
AnswerRe: Sending Form from HTML Webpage Pin
daveyerwin8-Apr-10 13:52
daveyerwin8-Apr-10 13:52 
GeneralRe: Sending Form from HTML Webpage Pin
Dalek Dave8-Apr-10 14:01
professionalDalek Dave8-Apr-10 14:01 
GeneralRe: Sending Form from HTML Webpage Pin
Not Active8-Apr-10 14:27
mentorNot Active8-Apr-10 14:27 
Questionhow to insert special characters into database msacess using asp Pin
rajivkadam4207-Apr-10 19:41
rajivkadam4207-Apr-10 19:41 
AnswerRe: how to insert special characters into database msacess using asp Pin
Gregory Gadow8-Apr-10 4:06
Gregory Gadow8-Apr-10 4:06 
QuestionLaunch an application from Classic ASP Pin
Member 45264877-Apr-10 17:20
Member 45264877-Apr-10 17:20 
AnswerRe: Launch an application from Classic ASP Pin
daveyerwin8-Apr-10 1:05
daveyerwin8-Apr-10 1:05 
AnswerRe: Launch an application from Classic ASP Pin
Not Active8-Apr-10 1:44
mentorNot Active8-Apr-10 1:44 
QuestionProblem with jquery.ajax result - auto replaced chars and enclosed in XML - Why ??? Pin
Stephan Pilz7-Apr-10 4:25
Stephan Pilz7-Apr-10 4:25 
AnswerRe: Problem with jquery.ajax result - auto replaced chars and enclosed in XML - Why ??? Pin
daveyerwin7-Apr-10 5:18
daveyerwin7-Apr-10 5:18 
JokeRe: Problem with jquery.ajax result - auto replaced chars and enclosed in XML - Why ??? Pin
T M Gray7-Apr-10 8:51
T M Gray7-Apr-10 8:51 
GeneralRe: Problem with jquery.ajax result - auto replaced chars and enclosed in XML - Why ??? Pin
Stephan Pilz7-Apr-10 9:09
Stephan Pilz7-Apr-10 9:09 
GeneralRe: Problem with jquery.ajax result - auto replaced chars and enclosed in XML - Why ??? Pin
daveyerwin7-Apr-10 10:07
daveyerwin7-Apr-10 10:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.