HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › General questions / FAQ › Passing authentication headers › Re: Re: Passing authentication headers
November 24, 2010 at 14:40
#28314
In regular non-PDF scenario, the image requests are initiated by a web browser after the main HTML page is loaded. So I do not think it uses any proprietary HTTP headers to identify a user/session. I would expect a very standard session ID propagation – via cookie (in HTTP header) or via URL string.
Try to dump HTTP headers (there are browser plugins or other tools for that) and determine the way it identifies a session.