[2005] Problems changing Proxy -
Hi everybody, i've got a problem.
I wrote a little script that visits an website thru an proxy.
but i want to change the proxy.
but when i change the proxy it still connect thru the old proxy
[2005] Problems changing Proxy -
Hi everybody, i've got a problem.
I wrote a little script that visits an website thru an proxy.
but i want to change the proxy.
but when i change the proxy it still connect thru the old proxy
Changing proxy on ie -
in college the tabs in ie options to change proxy has been removed. is there another way to change the proxy....from dos or registry or a command or something...?
Different proxy for lan and dial-up in IE -
Hi,
I have the following problem. I made a small program in VB for changing values of proxy address and port in IE. It uses functions with direct access to registry. It changes values under HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyServer. T
Proxy with multiple WebBrowser controls -
Hi all,
I need to set a proxy for a webbroser control, I know I can do it by changing IE setting into the windows registry. But my application is going to run several instances of webbrowser control simultaniously with different proxy for each. If I change proxy setting in the regis
Proxy checking.. -
how to determine if the proxy server
is http proxy or sock4 proxy or socks5 proxy?
how to use the proxyJudge?
Use IE Proxy Settings -
My program downloads program updates through the use of the Inet control. I want it to continue to work if a proxy server has to be used.
1) What format does the Inet control take the Proxy property? Is it "127.0.0.1:80"?
2) Can I somehow pull the proxy information from
[2005] Anonymous Proxy -
I have a little question on Visual Basic 2005. How would I setup a proxy that assigns each client with a different IP address? Thank you!
xp ftp proxy -
i am running xp pro on a network through a proxy server (using winsocks)
i have tried to connect to ftp sites and it doesnt connect
i have been told that it is because i need to use the proxy or download a proxy compatible for xp
does anyone know anything about this ?
Proxy and winsock. -
Hi,
I am on a proxy server and have had problems with trying to download pages with winsock before, and have always had to use microsoft internet transfer control, but there are a couple of problems with that and the main one is it can't handle much data so if I use it to download .
proxy connection info detection -
I have a problem:
I need to detect proxy server settings automatically so that i can make an installation program download files automatically without any problems with proxy servers. I could just ask the user what their proxy settings are, but most users don't know this informa
Calling all Winsock/Proxy Gurus ! -
How would one go about coding a small app that will try every port/ip out of a proxy to find a path that goes successfully through the proxy.
I am not trying to hack into a proxy.
At my work, we have our systems all on a proxy, and I need to be able to get all systems here to rea
proxy help -
Hi, I'd like to connect to DC++ using a proxy that is mine but the problem is the proxy doesn't support SOCK5 protocol(or whatever it really is). Is there any tool avaliable that will filter DC++'s connection and put automaticly DC++ using the specified proxy?
stop proxy connections -
Hi,
people keep using custom clients to connect to my program using proxys, apart from changing the version....how can i check to see if the ip is behind a proxy in the wsk_DataArrival, so i can stop them connecting.
Changing IE6's Proxy in Connection Settings (ive looked everywhere) -
Ok, I've taken initiative and searched google with no luck for this -
I have a textarea within a form on my program, then a button called "Set"
I would like to paste in a proxy: 100.100.100.100:80
and click "SET" and have it set the proxy in IE...
Can s
Changing Proxy -
How do you change the proxy that Internet Explorer or the Web Browser Control uses by code.
Changing Proxy, visiting page, changing proxy visiting page, and so on. -
Hey.
I have made this little program, in witch i give it some proxy servers, then there is i webbrowser. I want my scrip to go to some page, change proxy, refresh, change proxy, refresh, and so on..
Right now i am trying with www.downloading.dk/ip.php as my site, but i still get
PROXY PROBLEMS [experts] -
im trying to create a program thats going to use the webbrowser control to connect to a site via a proxy list.
what the program is going to try and do is visit the site via a proxy, on the list, and then click a button on the site. afterwards the program is to move down the list and
Proxy, proxy, proxy,... Help help help...experts r u there !! -
I am writting a small VB application. Part of it is to autmatically download a file from the Internet via HTTP using Internet Transfer Control, it works fine when I am connected via a modem. But when I run it on LAN, I can't bypass the proxy server without user id and password. So
Doe
Browse through a proxy, proxy options for ieframe/shdov...dll -
I want to make the web browser to browse through a proxy, but I don't know how, there isn't an option for it when I type
webbrowser1.
Anyone know how to use a proxy?
Ex. If you use Internet explorer, Tools > Internet options > Connections tab > LAN settings button > Prox
Winsock secondary connection thru proxy -
I'm using VB6 and the winsock control. I know how to connect to a proxy and retreive web pages thru this proxy, but what if I wanted to connect to a secondary proxy(thru the first), then tunnel information thru both of those proxies?
Like I said, I can get the first proxy to connect
AOL email proxy -
ISP is AOL, but have a 3rd party e-mail host. Am i correct in thinking all outgoung traffic on port 25 from my computer will be routed through AOL e-mail proxy. Kinda having problems, so used telnet program to connect to the e-mail host on port 25, and up came the servers address with
Web Proxy -
Hi,
I have made a web proxy which works fine but now since its a proxy its not able to load the site with its relative path. I want websites to work fine. Since the internet connection goes through the proxy... Please help...
Proxy.pac Accessing settings -
Hi ive got a vb service which needs to run on a machine. I need to be able to access the proxy settings when they are set through internet explorer.
Im sure the location of this proxy file must be held in the registry.
How can I obtain the proxy information?
Thanks all
WebBrowser and Proxy..please help -
Hello
I have searched for how can i do that but i couldn't find a solution.
How can i connect to a website via HTTP proxy in the webbrowser control?
And i want to change this proxy programatically (i.e switch proxy button)
Thanks in advance
Cheers
Adel
Calling all Winsock Gurus ! -
How would one go about coding a small app that will try every port/ip out of a proxy to find a path that goes successfully through the proxy.
I am not trying to hack into a proxy.
At my work, we have our systems all on a proxy, and I need to be able to get all systems here to reach
[2005] Get IP after proxy (Webbrowser) -
Hi,
How do I get the IP when using a proxy? With that, I mean the IP of the proxy while browsing (in a Webbrowser).
Problems with IEXP and proxy server -
After installing the most recent security patches from Microsoft it is no longer possible to login to an Apache based proxy server.
Has anyone seen this problem?
/Anders
Proxy Server Software -
Does anyone know of any proxy server software or proxy server simulation type software that you can run on a Windows XP box?
Basically what I am looking to do is simulate a proxy server so I can test code I write for situations when my customer is behind a proxy server. We don't hav
[2005] Use a proxy to download a file -
Hello all,
I am currently using this code to attempt to download files using a proxy, although I keep getting numerous errors such as 407 (Proxy error) or 404 (File not found?).
The Code Code:
Dim proxy As System.Net.WebProxy = New System.Net.WebProxy
&nbs
(407) Proxy Authentication required -
Hey,
I am trying to create a program which downloads a file from the internet.
I am using the "My.Computer.Network.DownloadFile(link, path)" command.
But as my internet goes through a http proxy server which requires authentication this fails. Could anybody tell me how to
Can VB.NET detect the proxy server and proxy port -
I wrote the client side program for a webservice. In order to consume the webservice, I need to transmit the Proxy server and Proxy port information (This is defined in the server side).
This program works fine in most of the case. But currently i find that some clients don't use pr
[2005] WebClient Proxy -
How do I mask my webclient with a proxy? I need to download a page, but I need to download it with a specified proxy. Any help?
WebBrowser+Proxy help.. -
I want to make a webbrowser in a visual basic program that will let me browse via a proxy within the actual program. I don't want to phyiscally have to set the proxy in ie lan settings. The program would have a webbrowser, 3 textboxes( 2 for proxy ip/port, 1 for url ). When clicking on
Application Center Test - proxy problems -
I am trying to use ACT to test out a web app which requires windows authentication. I tried creating a dynamic test, and recording a browsing session, but the weird part is that the IE window that pops up has its proxy settings set to
localhost
port: 8181
And this is specific
Using winsock with HTTP Proxy -
How do I connect to a server through a Web Proxy (ex: Squid) using a winsock??
Basically what I want to is:
me >> proxy >> server
Im familiar with winsocks and I already coded most of my app, but I would like to add proxy support...
I know I have to connect to t
download a file through a proxy via wininet -
Hi,
I hope you guys can help me - you normally manage to.
I'm writing an application that downloads some files from our website. I'm using the code attached to download the file. Now it works fine unless you are behind a proxy. Once behind a proxy, it fails - as I'd expect it to.
Inet Control's proxy settings -
I am using Inet Control to fetch XML from different URLs. The control works fine with out a proxy server. But fails when proxy is on. the proxy server has basic authentication. How can I send the username and password of the proxy server to the control?
Please help, I need to finish t
[2008] Proxy Exceptions Vb.Net 2008 -
If you got a program made in Vb.Net 2008 and have proxy support.
Where can you learn about Proxy Exceptions. Like what if the proxy is no good, like it doesnt connect. How can will the program know? Anyone know where to find more information about that? or some vb.net 2008 proxy exa
HOWTO: Proxy -
Is there any API call which determine that wether user is using Proxy server or not? and yes then how to retrieve Proxy server name and port number? Is it possible to retrieve IE or Netscape proxy setting?
IWebpoxy And Webbrowser Control -
I have a webbrowser control that allows me to save username and password infromation for a proxy server and i have been successful in changing the system default proxy for my application. What i now need to accomplish is to have a seperate proxy for each instance of the webbrowser cont