Intercept HTTP traffic using ZA Proxy
Today, I'd talk about how to install and configure ZA proxy for intercepting HTTP requests and responses in localhost in macOS.
How to Use Safe HTML in GWT
Today, I would like to share with you about how to secure your GWT application
by using package com.google.gwt.safehtml
. After reading this post, you’ll
understand how to:
- Secure HTML using
SafeHtml
- Secure URI using
SafeUri
- Secure CSS using
SafeStyles
Web App Security - Review 1
My review note about book "Web Application Security: A Beginner's Guide", written by Bryan Sullivan and Vincent Liu.
HTTP: The Web's Foundation
My reading note about book "HTTP - The Definite Guide", part I: The Web's Foundation. After reading this article, you'll understand the definition of HTTP, URL and resources, the flow of messages, and the different status codes in HTTP.