XSS is Cross Site Scripting , the below link gives you the way XSS attacks can be done in the HTML Pages.
http://ha.ckers.org/xss.html
Welcome to my Blog !!!
This blog is for Front end related techniques and tips for web developers.
It concentrates mainly on HTML , Javascript and JQuery .
Tuesday, January 19, 2010
Monday, January 4, 2010
RED - Resource Expert Droid
RED - Info About your Web Site Functions and Caching.
RED is a robot that checks HTTP resources to see how they'll behave, pointing out common problems and suggesting improvements. Although it is not a HTTP conformance tester, it can find a number of HTTP-related issues.
* Invalid syntax in headers
* Ill-formed messages (e.g., bad chunking, incorrect content-length)
* Incorrect gzip encoding
* Missing headers
Additionally, it will tell how well your resource supports a number of HTTP features, like:
* Caching
* Negotiation for compression
* Last-Modified and ETag validation
* Partial content
Resource Expert Droid : http://redbot.org/
RED is a robot that checks HTTP resources to see how they'll behave, pointing out common problems and suggesting improvements. Although it is not a HTTP conformance tester, it can find a number of HTTP-related issues.
What does RED do?
RED interacts with the resource at the provided URL to check for a large number of common HTTP problems, including:* Invalid syntax in headers
* Ill-formed messages (e.g., bad chunking, incorrect content-length)
* Incorrect gzip encoding
* Missing headers
Additionally, it will tell how well your resource supports a number of HTTP features, like:
* Caching
* Negotiation for compression
* Last-Modified and ETag validation
* Partial content
Subscribe to:
Comments (Atom)