Click here to Skip to main content
15,911,646 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi all,
When a user submitting request(www.google.com) from browser before going to server or giving response that request hit out program which is running on local machine.
Any one please help me regarding this............
Posted
Updated 27-Dec-11 19:05pm
v2
Comments
nishantcomp2512 27-Dec-11 7:10am    
take a look towards http://portswigger.net/burp/
Sergey Alexandrovich Kryukov 27-Dec-11 11:41am    
Not clear.
--SA

1 solution

Do you want to get current URL ?
here is javascript function
JavaScript
function getURL()
{
  alert(document.URL);
  return false;
}
 
Share this answer
 
Comments
kumar_v 28-Dec-11 2:17am    
No, I want to develop standalone program it will create bridge/communication between my program and browsers.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900