changing http

A

amisol

I want to create a software that changes the network transport to the
browser. It'll change the GET direction to something that i want.

for example every surfing to google.com will redirect me to
google.co.il.

I want this to work for every browser. Any ideas?

thanks.
 
A

Andre Kostur

(e-mail address removed) wrote in @o13g2000cwo.googlegroups.com:
I want to create a software that changes the network transport to the
browser. It'll change the GET direction to something that i want.

for example every surfing to google.com will redirect me to
google.co.il.

I want this to work for every browser. Any ideas?

Yep. Ask the user to only type in "google.co.il" in the address bar.
Works for every browser.

And... this is way off-topic for comp.lang.c++. There is no concept of
"network transport" or "browser" in Standard C++.
 
M

mlimber

I want to create a software that changes the network transport to the
browser. It'll change the GET direction to something that i want.

for example every surfing to google.com will redirect me to
google.co.il.

I want this to work for every browser. Any ideas?

Yes, try a newsgroup related to network protocols, browsers, or
Windows. This forum is for questions related to the C++ language, not
general applications.

Cheers! --M
 
J

Jack Klein

I want to create a software that changes the network transport to the
browser. It'll change the GET direction to something that i want.

for example every surfing to google.com will redirect me to
google.co.il.

I want this to work for every browser. Any ideas?

thanks.

This has nothing at all to do with C++. Do a DNS look up to get the
IP address of google.co.il. Add an entry in your hosts file,
assigning that IP address to google.com.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top