get http url of request made by ajax page in webbrowser control??

bhavin12300

Active member
Joined
Sep 18, 2007
Messages
44
Programming Experience
Beginner
i google alot whole day but didnt didnt find a way.

here is my problem.

can any one know how to get http url request made by ajax page in webbrowser control??
i am navigating one ajax website in my webbrowser control. on one webpage there is one button which when click send http request to page, but this request is ajax, i want to capture that url whose request is send after clicking.
is it possible. i think its possible coz when i use http debugger utility in mozzila called "HttpFox" it display that url.

so can any one help me with this??
i try to hack dom of webpage and scrap url form it but i found that the url is created by javascript variable. so please let me know how to proceeded.
waiting for your reply.
 
Back
Top