lkosson / reportviewercore

Recompilation of Microsoft.ReportViewer for .NET Core 3.1+
408 stars 119 forks source link

External images are not rendered for the URL's versioned using OpenAPI specification/Swagger #197

Open bibing1988 opened 3 hours ago

bibing1988 commented 3 hours ago

The SSRS reports are not rendering the external images when the URL (an .net core API project) is OpenAPI specification versioned.

Request Reponse header. image

Image not rendered in report image

When I remove the versioning for the same endpoint, the images are rendered correctly.

image

image

bibing1988 commented 3 hours ago

Uploaded wrong image. (First image, the response header when the api versioning is done) image