Hi, I have the following requirement. On my html page, While clicking the link of an Image ("img") or anchor("a") tags , I would like to add my custom headers for the GET request. These links are typically for downloading dynamic content. These headers could be SAML headers or custom application specific headers. Is it possible to add these custom headers through JavaScript? Or if I add these through xmlhttprequest, how can i achieve the download functionality?
This requirement is for IE6 or 7 only.
Regards, Srinivas