How can I block an http request?
-
In my pc there are few applications which sends request to server and receives response. I want to make an application which will block few requests sent by those applications. How can I do this ?
-
In my pc there are few applications which sends request to server and receives response. I want to make an application which will block few requests sent by those applications. How can I do this ?
I'm chosing to assume you aren't doing this for malicious purposes. Please don't. A decent firewall will allow you to stop a program from accessing the internet.
-
I'm chosing to assume you aren't doing this for malicious purposes. Please don't. A decent firewall will allow you to stop a program from accessing the internet.
I want to make such firewall or want to hook into some process to do that. I have downloaded NetDefender and Easy Firewall and few others. But after adding rules, none of them was able to block. I also tried "Block All" option of NetDefender application. But it could not block. Every time I receive a message something like "Could not register rule with network adapter". I am the administrator so there should not be any problem with permissions but I don't know why it is not working.
-
In my pc there are few applications which sends request to server and receives response. I want to make an application which will block few requests sent by those applications. How can I do this ?
Is that possible in C#?