Click here to Skip to main content
15,667,492 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
This is a question about reusing local web browser client to access the internet resource. It may have something with program, but mainly about the thought of how to achieve the goal of reusing web browser client(edge for example you could type edge://extensions/ and see what I said,chrome,eg.) to view the internet resources. Or is it possible to do so?

I'm from a country where some of the internet websites have been blocked by the government . So technically I can not access those resources. However there is a demand , there is a breach. For example, the web browser client has providing some extension components which support the users to breakthrough the block when these users applied this extension components, like VPN network , for free.
So here is what I'm thinking: Is there any possible way to reprogram or reusing the ability to access those blocked websites ? There must be a way to do so, right ?

What I have tried:

suppose there is a scenario like this:
I use windows socket to build some connection with the target website server , I submit my GET request to the server ,
I get the response from the server , the html response , for example.
I parse the html response , fetch the data interested.
That is what I can do right now for the website not blocked.What should I do or learn to do to access those blocked sites by reusing the web browser client VPN extensions, I mean program ?
Posted
Updated 25-Jan-23 9:42am

1 solution

You want a VPN, and not reinvent a protocol.
 
Share this answer
 

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