Go Back   TechArena Community > Software > Software Development
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , ,

Sponsored Links



How Private Cookies can be Found Using HTML?

Software Development


Reply
 
Thread Tools Search this Thread
  #1  
Old 04-02-2010
The Recruiter's Avatar
Member
 
Join Date: Aug 2006
Posts: 80
How Private Cookies can be Found Using HTML?

I have done many different things in HTML. But recently I came to know that the cookies can be found by using the HTML. Is it possible to do such thing in HTML..?? Can anyone please explain me how Private Cookies can be Found Using HTML? Please explain me in detail because I don't know anything about this topic. Just tell me the logic for that and I can make coding for my own.!!
__________________
Don't be afraid of darkness, it's in your heart anyway.
Reply With Quote
  #2  
Old 04-02-2010
Solitario's Avatar
Member
 
Join Date: Aug 2006
Posts: 220
Re: How Private Cookies can be Found Using HTML?

Before doing any of the program on the Cookies, you should know some basic things about the cookies. Cookies can be said as pieces of data chosen by the Web server and sent to the browser. The browsers should be able to save and send back a minimal number of cookies according to the cookie specifications. The cookie can be removed on some specific date if the cookie setter can specify a deletion date. The cookie gets removed once the user quits the browser, if the cookie setter does not specify a date.
__________________
I do to dead flowers what people at morgues do to dead people. Suck all the moisture out, dip them in plastic, paint them up pretty and put them in a nice frame.
Reply With Quote
  #3  
Old 04-02-2010
kyosang's Avatar
Member
 
Join Date: Jul 2006
Posts: 364
Re: How Private Cookies can be Found Using HTML?

You should have understood the concepts about the cookie. The cookie are responsible for transfer of the data. And the transfer of Web pages follows the HyperText Transfer Protocol (HTTP). The browser request a page from web servers by sending them a usually short text called HTTP request. I have given you the example below, so that you will be clear with the cookie's sending part. Check the example :
The browsers connect to the server www.demo.org sending it a request for accessing the page http://www.demo.org/home.html, that looks like the following one :
HTML Code:
GET /home.html HTTP/1.1
Host: www.demo.org
__________________
"When they give you ruled paper, write the other way..." J.R.J.
Reply With Quote
  #4  
Old 04-02-2010
Viensterrr's Avatar
Member
 
Join Date: Jul 2006
Posts: 232
Re: How Private Cookies can be Found Using HTML?

You can follow the instructions for finding the Private Cookies using the HTML :
  1. First you will have to find and save the needed HTML script. I don't know the exact script for that but you can find that on Internet. By using that code the user will be able to track and eliminate cookies that are being sent from a third party.
  2. The user will be asked to accept or deny whether or not next step is to click on accept or deny regarding whether the information should be stored on the computer, after the HTML code alerts the user to the cookies that are attempting to be sent to the browser.
  3. Then you will have to run the HTML code through the cookie search tool on each of the websites visited.
  4. For avoiding more cookie traffic, you can enable or disable the cookie preference.
__________________
Signatures reduce available bandwidth
Reply With Quote
  #5  
Old 04-02-2010
Member
 
Join Date: Nov 2008
Posts: 1,193
Re: How Private Cookies can be Found Using HTML?

You should be knowing that the users can be tracked based on the IP address of the computer requesting the page. The cookie plays an important role in this. You have also observed that you can access your profile on web if you provide the correct user-name and password. This happens because the HTTP protocol includes the access authentication that allows access to a Web page after entering the proper user name and password.
Reply With Quote
Reply

  TechArena Community > Software > Software Development


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "How Private Cookies can be Found Using HTML?"
Thread Thread Starter Forum Replies Last Post
HTML Phishing Bank 292 FOUND,HTML Phishing Bank 1 FOUND HELP Osman84 Networking & Security 4 10-04-2010 04:19 AM
How to set cookies in php Yasuo Windows Software 2 13-11-2009 11:44 AM
How to define HTML Validator and services provided by HTML Validator Aldous Software Development 3 22-09-2009 02:12 PM
Where are cookies? LMO Vista Help 5 02-03-2009 06:01 AM
What Are The Cookies? Samra Technology & Internet 2 01-10-2008 07:23 PM


All times are GMT +5.5. The time now is 12:01 PM.