I've got a webpage that I'm trying to create a PDF from (MVC3 if that matters). Everything is working great except that the company logo that should be displayed isn't loading and there is a warning in the log file (warning: The requested URL returned error: 401).
When I watch the requests made using Fiddler what I see is that there are two requests made for the image file. The first one returns a status 401 and the second returns status 200 and successfully returns the file. As far as I can tell this is likely authentication related, but I'm at a loss for how to avoid it. Has anybody run into this before or have an idea on how to avoid it?
When I watch the requests made using Fiddler what I see is that there are two requests made for the image file. The first one returns a status 401 and the second returns status 200 and successfully returns the file. As far as I can tell this is likely authentication related, but I'm at a loss for how to avoid it. Has anybody run into this before or have an idea on how to avoid it?