Click here to Skip to main content
15,896,201 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to check if the website such as www.amazon.com uses cookies and that sets our IP.

I would like to make this project in Visual Studio 2012, C # and W
ebBrowser control.

Thanks for help!
Posted
Comments
Thanks7872 29-Jul-13 3:36am    
What you want to do?
Sushil Mate 29-Jul-13 5:03am    
you need to start with google. Head start you can check the cookies on machine.
ZurdoDev 29-Jul-13 9:02am    
What and why?

The only way to check to see if an external site uses cookies is to browse to various pages of a site in a browser and check the Cookies folder to see if anything showed up. There is nothing you can "probe" on the site itself to ask it if it uses cookies.
 
Share this answer
 
I need to write an application GUI to include in C #, which would explore external websites.
 
Share this answer
 

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