Results 1 to 5 of 5

Thread: How Private Cookies can be Found Using HTML?

  1. #1
    Join Date
    Aug 2006
    Posts
    201

    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.

  2. #2
    Join Date
    Aug 2006
    Posts
    227

    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.

  3. #3
    Join Date
    Jul 2006
    Posts
    442

    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.

  4. #4
    Join Date
    Jul 2006
    Posts
    289

    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

  5. #5
    Join Date
    Nov 2008
    Posts
    1,192

    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.

Similar Threads

  1. Replies: 10
    Last Post: 07-03-2012, 09:41 AM
  2. After setting cookies to "Never" Safari accepts all cookies anyway
    By Padmasola in forum Technology & Internet
    Replies: 7
    Last Post: 02-03-2012, 10:27 AM
  3. Google cookies does not obeys the cookies in Opera 10.51
    By Wild Kat in forum Technology & Internet
    Replies: 3
    Last Post: 26-02-2012, 01:54 PM
  4. HTML Phishing Bank 292 FOUND,HTML Phishing Bank 1 FOUND HELP
    By Osman84 in forum Networking & Security
    Replies: 4
    Last Post: 10-04-2010, 03:19 AM
  5. Replies: 3
    Last Post: 22-09-2009, 01:12 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,511,236.44396 seconds with 16 queries