Código jsp:
Ver original
<html> <head> <link type="text/css" rel="stylesheet" href="style.css" /> </head> <body style="margin:0;padding:0"> <div id="pdf"> <object width="100%" height="100%" type="application/pdf" data="<%= request.getParameter("pdf") %>?#zoom=85&scrollbar=0&toolbar=0&navpanes=0" id="pdf_content"> <p>Insert your error message here, if the PDF cannot be displayed.</p> </object> </div> </body> </html>
el caso es que en el servidor donde tengo los pdf necesita autenticacion para poder mostrar el PDF
Alguien me puede decir como hacer la autenticacion antes de mostrar el archivo para que no me de problemas ???
Gracias de antemano