o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Inet.ocx Proxy Authentication -

Q 1 :

Where do I set proxy authentication in Inet.ocx ?

Q 2 :

I did a mail program using CDonts.dll. I want to configure my IIS 5.0 Server to send mails using proxy server (Using authentication). Please anyone let me know how ..


Thx in Adv

 

Inet.ocx Proxy Authentication -
Q 1 : Where do I set proxy authentication in Inet.ocx ? Q 2 : I did a mail program using CDonts.dll. I want to configure my IIS 5.0 Server to send mails using proxy server (Using authentication). Please anyone let me know how .. Thx in Adv


inet proxy authentication -
Hi there I need inet to connect through a proxy which uses authentication. The control has a proxy address property, which I am setting. But it also has a username and password property. Is this username and password for the proxy server, or is it for when using ftp? Would someone b


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


Inet - Proxy Authentication -
hi buddies I am using Inet control to submit data to webpages from VB. Till recently my application was working excellent. Last week our network administrator has installed an Net Cache an hardware where he has set User Authentication for the internet expolrer - when ever I am


INET control's proxy property -
hi all I tried to use the inet control to download a web page that is blocked on my ISP. I didn't set my proxy settings in IE, I want to set them in the INET (if I have to use INET). The reason is that whenever the ISP finds a proxy was used, it blocks the proxy server too. So I


Proxy authentication -
Our vb.net app has a little win32 activation app that our clients use to activate their software with. We have provided a web service so all traffic goes through port 80. But now one of our clients we installed to says they cannot connect because of a proxy, or the proxy requires authe


inet control and a proxy -
Hi, I've been trying to get an Inet control working from behind a proxy, but to no avail. My http proxy is: 192.168.10.1:4480 Can someone please tell me what my settings need to be for the Inet control? I'm tearing my hair out here


inet (why nobody answer this) -
i need to connect to a website, get the source html .My proxy needs authentication...How can use it with internet transfer control. ? I don't need a solutions that uses webbrowser control. I need it either using API of inet control. Any ideas?


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


Inet Control & Proxy -
Hi Guys, I am writting a DCOM object that can go and pull a page from a website outside of my intranet (Using HTTP and not FTP) to re-display on my site, however I need to bye pass my proxy server. The Password and User Property's of the Inet control refers to the Remote host and n


inet control and proxy -
How to configure the internet transfer control if i take the internet through a proxy which requires authentication?


[2008] Proxy Authentication when downloading file -
I am currently making an auto update program for my application. On certain computers it comes back with the error message 407- Proxy Authentication required. Does anyone know how i can resolve this problem?


IIS Proxy SMTP -
Dears, I have created a mail object using cdonts. Iam using IIS, which is installed in the same system. It is working fine. But, when our administrator put proxy authentication, It fails to deliver the mail to receipients. the mailobject remains in the same system itself. anyone


Proxy Authentication Error... -
Hi all. I have created a Windows Service that runs every 8 minutes to go out and get the current weather for several of our company's locations. To access the internet, we are required to provide a username and a password. This has to do with our proxy. After 8 hours of INITIALLY lo


inet + proxy -
can you use a proxy with inet openURL? Or do you need to use inet execute?


Can Inet act as proxy for webbrowser control -
If I have one app with a Inet and Webbrowser control in it. If I set the Inet control's remote host to a known proxy server will all of the webbrowser control http request goto that proxy server? If not how can I acheive this?


Inet programming - proxy -
Is there any different between application running on machine connected to inet directly (e.g modem) and application running on machine which is part of LAN and connected thru proxy or firewall ?? I made an application based on WinSock in Visual C++ and if it was runing on machine conn


Inet control with a proxy server -
Can anybody shed any light on this before i throw this computer through a window .... I'm connecting to a website using the inet control and downloading an asp page which i then chop up and manipulate in my app. So far so good, problem occurs when trying to download the page thro


Inet control and proxy server -
I'm using the inet control and can't seem to get it to go through the proxy if i goto the web server and load a page in internet explorer it works fine. I put the same name of the proxy into the code of my dll like this : objForm.Inet1.AccessType = icNamedProxy objForm.Inet


Proxy server UID/Pass with Inet -
I have an app that simply opens a url using an inet control using the inet1.openurl method. It works fine at home but when I get to work (with a proxy server) the program will not open the URL. Instead it returns a "Proxy authorization required" http response message. I ha


(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


inet: proxy -
I want to connect to the internet w/ the inet control and use a list of proxies in a txt. file. I want the inet to connect to the internet using a random proxy from the list. How can this be done?


Problem with proxy authentication -
I am trying to connect to a webservice, but require Proxy Authentication to get out of our network. After I have authenticated, when I call the webservice, my app just hangs and does nothing, eventually timing out... Is there something wrong with my code below?? Dim aService A


please help me with this -
Hi all, I have a web server behind a proxy server. The HTTP request from the user first gets authenticated with the proxy server and then the request is sent to the web server from the proxy. So, when the proxy authentication is turned on, and i try to access that web page from the


ftp wininet with proxy authentication -
i was writing a program for ftp download using wininet.dll the program is working fine except in some cases where there is a proxy installed which needs and 'AUTHENTICATION' to connect to net...am using internetopen API to connect to the net and inernetconnect for connecting to the ft


Proxys -
how to connect to a webpage thru a proxy using inet? And where would I put the link for the proxy list * list1 is the proxy list. Thanks please help. My aim sn is Ghett0FunkBlin. Thanks I really app it thanks. Please can some one help me thanks I really app it thanks again Could


Inet Getting Proxy Lists -
Using Inet can anyone help me with the code i'm making a program and i want inet to populate a listbox with proxy IP's/Ports from http://www.proxy4free.com/page1.html scan the entire page then find the ip's / ports any help thx


Proxy Inet Control -
How do you connect to the internet through proxy using inet control?


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


Set Proxy At Run Time -
Hello All Friends i was actuall trying for a lan setup program detecting proxy at the run time returned by the server to me .means i sent the server my ip along with my user name and pass.on authentication server returns me the Proxy to use the Net now i have to set that proxy and


Proxy Help-please -
OK I am wanting to have proxy support in a webbrowser I am using. I am using inet to open the oage then I am using Webbrowser control to show the page so I would assume I need the Webbrowser to use a proxy.


NTLM Proxy Authorization -
Hi to all, I'm newbie in VB, and recently i played a lot with WinSock of VB6. I have built up a small proxy server in VB, using only Winsock Routines , and seems to work fine from Home. I want my small proxy to work in my business PC but there is a bloody proxy server accepting


Proxy Authenticating an SSL Connection with Internet Functions -
Hi, I'm trying to connect to a secure server through a proxy that has a user name and password. I've succesfully authenticated using InternetSetOption for a single attempt. But when I coded to retry the request after a 407, (once proxy user and pass have been set as above), the


How to connect........ -
how to connect to a webpage thru a proxy using inet? And where would I put the link for the proxy list * list1 is the proxy list. Thanks please help. My aim sn is Ghett0FunkBlin. Thanks I really app it thanks. Please can some one help me thanks I really app it thanks again


inet proxy -
is it possible to use a proxy with INET OPENURL? i know you can do it with execute, but i would like to do it with openurl, is this possible?


Inet Control through proxy -
I am trying to use the Inet control through a proxy server and firewall. The firewall still allows FTP transfer and the remote FTP site has all the necessary permissions for me to upload my files. I can do this on the same machine using Internet Explorer, but I cannot achive the same w


want to access web through proxy -
Ive made myself a web browser, and would like to make it access the internet through a proxy. I do not have a proxy server, but do have the address of a fixed proxy server. Ive heard something about winsock and inet, but i dont know which to use, and even how to use them. Please help m


Using Proxy With Webbrowser / Inet Controls -
How can I set a proxy server for usage with Webbrowser / Inet Controls ?


Need Help with the Inet Control in VB 6 connecting through a proxy server -
Im kinda stuck, we have a program that simply tests communication between a clients machine and our web server however I have gone out on site to a client that uses a Microsoft Proxy Server and the program wont connect. I have set the Default connection to ICNamedProxy, I've entered


Slight problem. -
ok I have a slight problem I am trying to use winsock instead of inet control to download files like gifs, zip, exe's. Now this is how I used to download a gif, small zip or small exe with inet control. Dim Gif() As Byte Gif() = Inet1.OpenURL("http://www.whatever.com