Trapping browser requests in c#
-
Hi, I've to write a browser request trapping applicaion in c#. I am not sure where to start. I've googled with little success. Can someone please provide me a starting point or resource.
Don't Quit
It's unlikely that you will get a response to such a vague question. Try explaining what is a "browser request trapping applicaion". The fact that you also say you don't know where to start suggests that you perhaps need to set your sights a bit lower.
Just say 'NO' to evaluated arguments for diadic functions! Ash
-
It's unlikely that you will get a response to such a vague question. Try explaining what is a "browser request trapping applicaion". The fact that you also say you don't know where to start suggests that you perhaps need to set your sights a bit lower.
Just say 'NO' to evaluated arguments for diadic functions! Ash
-
I want to retrieve the URL which user is trying to open. I want to retrieve this URL as and when user is trying to open it. Depending upon some criteria redirect the user to some other web page. I hope it makes sense. Thanks
Don't Quit
oh its beginning to make sense - you want us to help you write something malicious ? because according to your criteria, thats what you are describing .. 'g'
-
Hi, I've to write a browser request trapping applicaion in c#. I am not sure where to start. I've googled with little success. Can someone please provide me a starting point or resource.
Don't Quit
If that is not meant to be something malicious, then the application to write is a proxy server.
-
I want to retrieve the URL which user is trying to open. I want to retrieve this URL as and when user is trying to open it. Depending upon some criteria redirect the user to some other web page. I hope it makes sense. Thanks
Don't Quit
I cannot imagine anyone wanting such a program on their computer. When I click on a URL I do not expect some malware to intercept it and change it to some other URL that I do not want to see.
Just say 'NO' to evaluated arguments for diadic functions! Ash
-
I cannot imagine anyone wanting such a program on their computer. When I click on a URL I do not expect some malware to intercept it and change it to some other URL that I do not want to see.
Just say 'NO' to evaluated arguments for diadic functions! Ash
-
If that is not meant to be something malicious, then the application to write is a proxy server.
-
Yes, this is not for something malicious, this is to prevent the user from opening blocked web sites. Can you please let me know a starting point for this? Is it possible to write it in c#?
Don't Quit
The normal way to do this is to use a proxy server to accomplish this - you are spending an awful amount of time (you've asked this before) and you still haven't coded it, when there are better solutions available as corporate solutions.
I have CDO, it's OCD with the letters in the right order; just as they ruddy well should be
Forgive your enemies - it messes with their heads
-
Richard MacCutchan wrote:
When I click on a URL I do not expect some malware to intercept it and change it to some other URL that I do not want to see
Unless, f course, you're wanting to write a parental control mechanism. Not entirely malicious.