|
| |||||||||
| Tags: browser, html, http, ip address, private cookies |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| 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
| ||||
| ||||
| 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
| ||||
| ||||
| 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
| ||||
| ||||
| Re: How Private Cookies can be Found Using HTML?
You can follow the instructions for finding the Private Cookies using the HTML :
__________________ Signatures reduce available bandwidth |
|
#5
| |||
| |||
| 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. |
![]() |
|
| Thread Tools | Search this Thread |
| |
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 |