Environment
- Red Hat Enterprise Linux 7.4 VM on Oracle VM Server
- Docker 1.12.6 (from Red Hat yum repository)
- Oracle JDK SE 9 (from Oracle)
- Apache HTTPD 2.4.6 (from Red Hat yum repository)
- Tomcat 8.5.23 (from Apache)
For security reasons, browsers restrict cross-origin HTTP requests initiated from within scripts (e.g. AJAX request). For below scenario, we need to modify the HTTP response headers:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS
Recently, I have a chance to revisit HTTP cache mechanism. Let’s turn on the FireFox developer tool and launch http://www.google.com.hk:
We will use the googlelogo_color_120x44dp.png for the illustration below.