|
-
Jun 7th, 2006, 03:18 PM
#1
Thread Starter
Hyperactive Member
Tricky Internet Problem
Hey,
Anyone know if it is possible to get all the internet requests sent from any browser over a connection.
e.g. if a browser calls a webpage, the program gets the request sent bythe browser and can edit the response sent back from the server?
Big thanks if anyone can help with this
KAZAR
The Law Of Programming:
As the Number of Lines of code increases, the number of bugs generated by fixing a bug increases exponentially.
__________________________________
www.startingqbasic.co.uk
-
Jun 7th, 2006, 04:48 PM
#2
Re: Tricky Internet Problem
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Jun 8th, 2006, 02:07 AM
#3
Thread Starter
Hyperactive Member
Re: Tricky Internet Problem
fine, but is it possible? This program will run on a computer, and intercept requests sent from it.
KAZAR
The Law Of Programming:
As the Number of Lines of code increases, the number of bugs generated by fixing a bug increases exponentially.
__________________________________
www.startingqbasic.co.uk
-
Jun 9th, 2006, 03:46 PM
#4
Re: Tricky Internet Problem
There are thousands of them available for download. Just do a Google search on "proxy", or look in Planetsourcecode if you want to see how one is written.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Jun 10th, 2006, 03:01 AM
#5
Junior Member
Re: Tricky Internet Problem
Here is a nice proxy, called
ANALOGX
For a proxy written in VB search Planet Source code
-
Jun 10th, 2006, 04:50 PM
#6
Thread Starter
Hyperactive Member
Re: Tricky Internet Problem
I looked on planet source code, nothing doing. They only had ways to get round proxys. I sort of need to embed it in my app, so any pointers to winsock etc would be good
KAZAR
The Law Of Programming:
As the Number of Lines of code increases, the number of bugs generated by fixing a bug increases exponentially.
__________________________________
www.startingqbasic.co.uk
-
Jun 14th, 2006, 02:00 PM
#7
Re: Tricky Internet Problem
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Jun 14th, 2006, 04:18 PM
#8
Thread Starter
Hyperactive Member
Re: Tricky Internet Problem
thanks al42, but i wrote one myself
KAZAR
The Law Of Programming:
As the Number of Lines of code increases, the number of bugs generated by fixing a bug increases exponentially.
__________________________________
www.startingqbasic.co.uk
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|