Day: 11 July 2018

Add Custom Header to HTTP Request In this post, we will show you a Java servlet simple example program about, how to add custom header to HTTP header in filter. This program has been tested and shared in the same post. Request Wrapper Class package com.dineshkrish; import java.util.Collections; import java.util.Enumeration; import java.util.HashMap; import java.util.List; import […]