I have an img tag in jsp page where the src path requires header parameters to pass to get the image. How can we achieve it?
You can't access to the header params with the img tag, you've got two solutions :
Use an Ajax request with the header param and load the image data
Use GET parameters with a token to replace the header for this functionality