What lies between my browser and the internet?
April 2, 2008 10:11 PM
Subscribe
I have an idea for a simple piece of software. It would involve intercepting browser requests, checking the requested url (probably not ip address, so before that conversion takes place) testing the url and redirecting if it passes the test. The test will itself make a network connection.
Probably a pretty simple problem, but my background is in web development, and I'm foggy about 'OS' stuff, if that's even what it's called.
How are some ways I can go about this? I'd ideally like to write the program in Java or Python, but I'm not really looking for code specific information. I'm looking for google terms, useful libraries, descriptions of what happens step by step between the time I press enter on the keyboard and the time the request leaves the computer, generally strategies.
I'm guessing it might be hard because this is what a lot of spyware does, but I would be happy even if installation required some configuration.
posted by miniape to computers & internet (11 comments total)
posted by comwiz at 10:15 PM on April 2, 2008