473,396 Members | 2,014 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

proxy does not work with rediff yahoo...?

hi ..ALL
i have 2 questions....

First is ::::::::::::::::::::::::::::
i have writen a proxy but it does not work with sites like rediff and yahoo
...
i thk the rediff server will see that my proxy is not a valid IE object n is
not serving the request..
so how do i go bout codign this in vb.net..

Second question is :::::::::::::::::::::::::::;;;;;;
i have a proxy whcih inturn connects to requested url and gets the data(
the soket say is ipsocket) .. this data is read fromt the socket(ipsocket)
and written bak to the browser which is the client socket ( clint socket
connects to the proxy which inturns connects to request uri with port 80).
the code snippet is ..( i have written only 4-5 lines which are imp so plz
have a luk at it)

My prob is.. i am gettin an excpetions some times with ipsocket and
sometimes with the clietn socket ..saying
saying that remote host forcibly closed.. can any one suggest,..
CAN SOME ONE HELP ME OUT.. PLZ
rBytes = IPsocket.Receive(RecvBytes, RecvBytes.Length, 0)
While rBytes > 0
If clientSocket.Connected = True Then
clientSocket.Send(RecvBytes, RecvBytes.Length, 0)
End If
If IPsocket.Connected = True Then
rBytes = IPsocket.Receive(RecvBytes, RecvBytes.Length, 0)
' strRetPage = strRetPage + ASCII.GetString(RecvBytes,
0, rBytes)
End If
End While

Nov 22 '05 #1
0 882

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: b_prikls | last post by:
Hi all, i need your help, here is code, that makes http connection to a website throu a proxy server, and it works fine: ========================================== $proxy = "111.111.111.111";...
1
by: Woogie | last post by:
When running the sample code below without a proxy the GET returns the expected data. When run with the $proxy uncommented the GET returns the content of the login page for the site being...
0
by: Phadnis | last post by:
hi. i have set up a proxy server which gets the text content but does not get the images. wat additional code i need to rite for this.. also this code works with only simple website that does not...
0
by: Phadnis | last post by:
hi ..ALL i have 2 questions.... First is :::::::::::::::::::::::::::: i have writen a proxy but it does not work with sites like rediff and yahoo ... i thk the rediff server will see that my...
2
by: raymond | last post by:
Hi, Is it possible to create a proxy client class or a web service method by VS.NET without using wsdl? My stupid client is using a xml schema (.xsd) to describe all their web service methods...
5
by: Benne Smith | last post by:
Hi, I have three enviroments; a development, a testing and a production enviroment. I'm making a big application (.exe), which uses alot of different webservices. I don't use the webservices...
1
by: Imran Aziz | last post by:
Hello All, I am using HttpWebRequest to fetch webpages in my ASP.net C# application. The request works fine without the proxy, but on using the code from within a network that uses proxy the...
1
by: Smugsboy | last post by:
Hi, I have a problem with a web service proxy written in .NET and used from VS6's C++ as COM object. This proxy works great when used from a .NET application. It does not seem to work when used...
9
by: Codex Twin | last post by:
I am re-sending this in the hope that it might illicit a response. I have a corporate client who forces their workstations to get the proxy server details using an automatic proxy discovery script....
2
by: Peter | last post by:
Firstly let me be very clear about this, I do not want to create a web service proxy nor do I want to do anything with web services. Basically, I have a shrink wrapped desktop application which...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.