Click here to Skip to main content
15,913,854 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Hi ,

I am using web browser control in my application.

I need to create such application which opens blocked sites also.

for example i am developing an application such as www.suresome.com

Please guide me which properties of web browser have to be set here or else any other way for this.


Thanks in advance.
Posted

1 solution

I'm sorry, but you clearly don't understand how things work. If a site is blocked by a provider, no code can change that. An online site can show you a blocked site, because IT views the blocked site, and you view IT, and that will work until the admins block that site, also. How, if your pipe to the internet refuses to give you the data from a webpage, could any web browser view that page directly ?
 
Share this answer
 
Comments
Vivek Deshmukh 14-Jun-11 3:58am    
Ya Christian ,

I know this that sites are blocked by admin side.

But even then how www.suresome.com is works fine for blocked sites also ?
Christian Graus 14-Jun-11 6:01am    
As I explained - if suresome.com is not blocked by the admin, then you can view it. It then views the sites you want to see. So, that works until your admin finds out about it, and blocks suresome.com. If suresome.com is blocked, then it won't work, even if you intended to use it to view accepted sites. That's why it can work, and why nothing you ever do to the browser in code can ever make a difference. Why would someone set out to block sites, and use a method that could be trivially overcome ? They block the site entirely, so that your browser will never be given access to it.
Vivek Deshmukh 14-Jun-11 8:00am    
www.suresome.com is working and not blocked at my side.

I request you to please open this. It takes url of website and redired to respective url.
If i typed url which my other browser can not opened susrsome allows me to open inside its application.

I need to implement application like www.suresome.com.

Please visit this link so you clerify details.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900